cURL
curl --request DELETE \ --url https://app.tryordinal.com/api/v1/invites/{id} \ --header 'Authorization: Bearer <token>'
{ "deleted": true }
Delete a pending invite. This will prevent the invited user from joining the workspace using this invite.
API key authentication. Generate an API key from your workspace settings.
Invite ID (UUID)
Invite deleted
Whether the invite was deleted
Was this page helpful?