Deskhero Developer Hub
Back to deskhero.com
User invites

Revoke

Marks one still-active invite as revoked so the link in the email stops working, the invite row is kept for the record rather than deleted. An invite that is already accepted, declined, revoked or expired is refused, and the recipient is not notified.

PUT /api/{tenant:minlength(2)}/v{version:apiVersion}/user_invites/revoke
Authorisation
Minimum role: ADMIN

Request arguments

Name Type Source
inputDTO_user_invite_revokeBody
Request body example

Response

Status
200 (OK)
Type
DTO_acknowledgement
Wrapper
DTO_response_wrap_get_many
Other statuses
400 (BadRequest), 403 (Forbidden)
Response body example
DTO_user_invite_revoke
NameTypeReadOnlyDescription
idInt32Id
DTO_acknowledgement
NameTypeReadOnlyDescription
messageStringMessage

Generated Aug 4, 2026 18:37