Delete client

delete/oauth/clients/{clientId}

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

1Not Available

Path Parameters

NameTypeRequiredDescription
clientId
string
true

The ID of the request client.

Responses

StatusMeaningDescription
200OK

client deleted

404Not Found

No client exists at the requested path. The requested client could not be found or was deleted successfully.