Skip to content
OpenRelay is in early access, and the /v1 API is stable. New capabilities ship in the changelog.
Account

Decline a pending org invite (session only)

POST
/v1/me/invites/{orgId}/decline
AuthorizationBearer <token>

OpenRelay API key. Send it as Authorization: Bearer vl_….

In: header

Path Parameters

orgId*string

Response Body

application/json

curl -X POST "https://example.com/v1/me/invites/string/decline"
Empty
{
  "error": "string",
  "code": "string"
}