Delete an invite
Delete a pending invite. This will prevent the invited user from joining the workspace using this invite.
DELETE
/invites/{id}Authorization
AuthorizationBearer token · headerrequiredAPI key authentication. Generate an API key from your workspace settings.
Path parameters
idstring<uuid>requiredInvite ID (UUID)
Responses
200
Invite deleted
deletedbooleanWhether the invite was deleted
401
Unauthorized - Missing or invalid API key
codestringmessagestring404
Not Found - Resource does not exist
codestringmessagestring409
Conflict - Resource already exists
codestringmessagestring