post https://{hostname}/clients/delete
Deletes an API client.
Response
Deletes an API client.
xxxxxxxxxx
curl --request POST \
--url https://hostname/clients/delete \
--header 'accept: application/json' \
--header 'content-type: application/x-www-form-urlencoded'
xxxxxxxxxx
{
"stat": "ok"
}