Delete shared credential by ID
DELETE/v1/credentials/:id
Deletes the shared credential by the specified id.
Request
Responses
- 204
- 400
- 401
- 403
- 422
- 500
The returned http code if the credential 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.