delete
Cancel a pending invite
Revokes a pending invite so it can no longer be accepted. The invite is identified by its UUID from the list invites response.
Required API key scope
members:delete
/api/v1/team/members/invites/{inviteId}Code samples
curl --request DELETE \
--url https://api.emailguard.co/api/v1/team/members/invites/YOUR_ID \
--header 'Authorization: Bearer YOUR_API_KEY'Parameters
Path parameters
| Name | Type | Description |
|---|---|---|
| inviteIdrequired | string | UUID of the pending invite to cancel |