Delete a Credential Manager Service configuration
DELETE/v1/credentialmanagerconfigurations/:id
Deletes a Credential Manager Service configuration by the specified id.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
The returned HTTP code if the Credential Manager Service configuration was deleted successfully.
Bad request.
Unauthorized. Missing or invalid credentials.
Forbidden. The user does not have the permission to do this action.
Not found. The resource was not found.
Internal Server Error.