Use the DELETE /configStore/configStore/{{bundleId}}/{{configStoreSettingId}}
endpoint to delete a config store setting. This is an advanced operation with minimal validation. Incorrect use of this operation can harm the integrity of your PingFederate configuration. Please ensure you have specified the correct bundle name and setting ID before invoking this operation.
Path parameters
Parameter |
Value |
Description |
bundleId |
string(required) |
This field represents a configuration file that contains a bundle of settings. |
configStoreSettingId |
string(requited) |
ID of setting to delete. |
Status codes
Code |
Reason |
200 |
Configuration setting deleted. |
403 |
The specified configuration bundle is unavailable. |
404 |
Resource not found. |
Response schema definitions
ApiResult
- Details on the result of the operation.
Property |
Type |
Description |
developerMessage |
string |
Developer-oriented error message, if available. |
message |
string |
Success or error message. |
resultId |
string |
Result identifier. |
validationErrors |
array[ValidationError] |
List of validation errors, if any. |
ValidationError
- A data input validation error.
Property |
Type |
Description |
developerMessage |
string |
Developer-oriented error message, if available. |
errorId |
string |
Error identifier. |
fieldPath |
string |
The path to the model field to which the error relates, if one exists. |
message |
string |
User-friendly error description. |