Delete shared credentials
DELETE/v1/credentials
Deletes existing shared credentials specified in the query parameter list of ids.
Request
Responses
- 200
- 400
- 401
- 403
- 422
- 500
The credentials 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.