Revoke a pending invitation so it can no longer be accepted.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Agent ID (agt_xxx) identifying which agent is making the request.
Required when X-Agent-ID is present. Session or conversation ID for agent observability.
1024Invitation ID
Successful Response
{
"type": "invitation",
"id": "inv_019cd4a832f37c4b8a1d63e94b7c8d12",
"attributes": {
"email": "engineer@velocitylogistics.com",
"role": "MEMBER",
"status": "PENDING",
"expiresAt": "2026-01-11T15:30:00Z",
"createdAt": "2026-01-04T15:30:00Z",
"acceptedAt": null
}
}