cURL
curl --request DELETE \ --url https://api.veryfront.com/api-keys/{id} \ --header 'Authorization: Bearer <token>'
Deletes an API key by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
API key deleted successfully