Delete client

delete/oauth/clients/{clientId}
Internal-Use Only

Deletes the client that is specified in the request. Authorization: Bearer token with clients.write, clients.admin, zones.{zoneId}.admin, or equivalent (SASAdministrators) scope.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
clientId
string
true

The ID of the request client.

Responses

StatusMeaningDescription
200OKclient deleted
404Not FoundNo client exists at the requested path. The requested client could not be found or was deleted successfully.