FeedHorizon API
Platform invites
DELETE
/platform-invites/{id}

Permanently revokes and deletes a platform invite. The link will no longer work.

Authorization

bearerAuth
AuthorizationBearer <token>

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

In: header

Path Parameters

id*string

Platform invite ID

Response Body

application/json

application/json

application/json

application/json

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