Delete an API Key
Parameters
idstring
The unique identifier of the API key to delete
Returns
Returns an object confirming the deletion of the API key.
DELETE/api-keys/{id}
curl -X DELETE https://api.next-cron.com/api-keys/49d10214-f4f1-497a-94b7-c0e597ad3fea \
-H "Authorization: Bearer $YOUR_API_KEY"
Response
{
"id": "49d10214-f4f1-497a-94b7-c0e597ad3fea",
"deleted": true
}