secure
secret-providers

Delete Secret Provider By Name

Deletes a secret-provider from RDI settings by its name.

delete/api/v1/pipelines/secret-providers/{name}

Path parameters

namestring required

Response

Successful Response

OR

Example response

{
  "action_id": "1234567890"
}

Changes

Changed in 3 of the 14 revisions of this API.226

    • removed the optional property errors from the response with the 401 status

      response-optional-property-removed

    • removed the optional property errors from the response with the 403 status

      response-optional-property-removed

    • removed the non-success response with the status 422

      response-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

  • 557b7644b94322See the full diff
    • the response property anyOf[subschema #1: ActionIdResponse]/action_id became optional for the status 200

      response-property-became-optional

    • response property anyOf[subschema #1: ActionIdResponse]/action_id list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • added the optional property errors to the response with the 401 status

      response-optional-property-added

    • added the optional property errors to the response with the 403 status

      response-optional-property-added

    • added the non-success response with the status 422

      response-non-success-status-added

    • the response property anyOf[subschema #1: ActionIdResponse]/action_id became required for the status 200

      response-property-became-required

    • response property anyOf[subschema #1: ActionIdResponse]/action_id list-of-types was narrowed by removing types null from media type application/json of response 200

      response-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