← Back to API Reference

DELETE /api-keys/{api_key_id}

Delete Api Key

Compatibility endpoint to delete api key data.

Request (cURL)

curl -X DELETE "http://localhost:8080/v1/api-keys/ak_123" \
  -H "Authorization: Bearer <API_KEY>"

Response Example

{}