Dozor
Invites

Revoke a pending invite

OWNER-only. Hard-delete (not a status flip) so the refresh-or-create path on `POST` keeps its idempotency without filtering revoked rows.

DELETE/api/organizations/{orgId}/invites/{inviteId}

OWNER-only. Hard-delete (not a status flip) so the refresh-or-create path on POST keeps its idempotency without filtering revoked rows.

Path Parameters

orgId*string

Organisation id (cuid)

inviteId*string

Invite id (cuid)

Response Body

curl -X DELETE "https://loading/api/organizations/string/invites/string"
Empty
Empty
Empty
Empty