User
Delete API Key
Delete an API key for the currently logged in user
delete/v1/user/apikey/{api_key_id}
Path parameters
api_key_idstring uuid required
The UUID of the API key to delete
Response
Successfully deleted the API key
Example response
{
"data": "API Key Deleted"
}