Skip to main content
DELETE
/
api
/
v1
/
organizations
/
invitations
/
{invitationId}
cURL
curl -sS -X DELETE "$FLUIDE_BASE_URL/api/v1/organizations/invitations/string" \
  -H "Authorization: Bearer $FLUIDE_ACCESS_TOKEN"
{
  "success": true,
  "message": "Operation completed successfully",
  "data": {}
}

Authorizations

Authorization
string
header
required

Access token JWT. Use as Authorization: Bearer . In the API playground, paste the JWT only.

Path Parameters

invitationId
string
required

invitationId identifier

Response

Cancel a pending invitation (owner/admin of the inviting

success
boolean
required

Whether the request succeeded

Example:

true

message
string
required

Human-readable outcome message (localized when i18n is configured)

Example:

"Operation completed successfully"

data
object

Endpoint-specific payload