Delete a client
DELETE/v2/modules/:module/setups/:setupId/clients/:clientId
Permanently deletes the specified OAuth client and all of its associated snapshots and data. This operation is irreversible. Only admin users or the client's designated owner may delete a client.
Request
Path Parameters
module stringrequired
setupId stringrequired
clientId stringrequired
Responses
- 204
- 403
- 404
The client and all its associated data were successfully deleted
The caller is not an administrator or the designated owner of this client
No client exists with the specified ID in this setup
Loading...