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