Skip to main content

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

The client and all its associated data were successfully deleted

Loading...