Skip to main content
DELETE
/
v2
/
orgs
/
invitations
/
{invitation_id}
Delete Invitation
curl --request DELETE \
  --url https://api.catenatelematics.com/v2/orgs/invitations/{invitation_id} \
  --header 'Authorization: Bearer <token>'
{
  "code": 400,
  "message": "Bad Request",
  "detail": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.catenatelematics.com/llms.txt

Use this file to discover all available pages before exploring further.

You can only delete invitations before they are accepted. Once a fleet accepts an invitation, use the share agreement endpoints to manage the relationship.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

invitation_id
string<uuid>
required

Response

Invitation successfully deleted