Delete a client credential for the current user
DELETE/users/current/client-credentials/:id
Delete an existing client credential owned by the current user.
Request
Responses
- 200
- 401
- 404
- 500
Client credential deleted
Unauthorized request error response; OAuth2 authorization missing or invalid
Resource not found error response
Internal server error response