apikeys
Delete an api key
Delete an api key for a specified service group
delete/api/groups/{groupId}/apikeys/{clientId}
Path parameters
groupIdstring required
The api key group id
clientIdstring required
the api key id
Response
Successful operation
Example response
{
"deleted": true
}