Delete Secret Provider By Name
Deletes a secret-provider from RDI settings by its name.
Path parameters
Response
Successful Response
Example response
{
"action_id": "1234567890"
}Changes
Changed in 3 of the 14 revisions of this API.226
- ●
removed the optional property
errorsfrom the response with the401statusresponse-optional-property-removed
- ●
removed the optional property
errorsfrom the response with the403statusresponse-optional-property-removed
- ○
removed the non-success response with the status
422response-non-success-status-removed
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the response property
anyOf[subschema #1: ActionIdResponse]/action_idbecame optional for the status200response-property-became-optional
- ▲
response property
anyOf[subschema #1: ActionIdResponse]/action_idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ○
added the optional property
errorsto the response with the401statusresponse-optional-property-added
- ○
added the optional property
errorsto the response with the403statusresponse-optional-property-added
- ▲
- ○
added the non-success response with the status
422response-non-success-status-added
- ○
the response property
anyOf[subschema #1: ActionIdResponse]/action_idbecame required for the status200response-property-became-required
- ○
response property
anyOf[subschema #1: ActionIdResponse]/action_idlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
This revision also has 37 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○