FeedHorizon API
Api keys
DELETE
/api-keys/{id}

Permanently revokes and deletes an API key.

Authorization

bearerAuth
AuthorizationBearer <token>

API key with fh_ prefix. Pass as Authorization: Bearer fh_...

In: header

Path Parameters

id*string

Response Body

application/json

application/json

curl -X DELETE "https://app.feedhorizon.dev/api/v1/api-keys/string"
{
  "data": {
    "deleted": true
  }
}
{
  "error": {
    "code": "VALIDATION_ERROR",
    "message": "string",
    "details": [
      {
        "field": "string",
        "message": "string"
      }
    ]
  }
}