DELETE/v1/tenant_invitations/{id}

tenant_invitations.delete

Revokes the pending invitation. The accept URL stops working immediately. Idempotent — re-revoking an already-revoked invite is a silent no-op success.

Parameters

NameTypeRequiredDescription
idstringrequiredTenant invitation id.
Idempotency-KeystringoptionalOptional client-supplied key for at-most-once semantics. The first request with a given key is processed; subsequent requests with the same key replay the cached response for 24h.

Response

No parameters.

Examples

curl -sS -X DELETE \
  -H "Authorization: Bearer $CULPRIT_API_TOKEN" \
  https://api.theculprit.ai/v1/tenant_invitations/{id}

Try it

Stored locally in your browser at localStorage.docs.tryit.token. Never sent to Culprit's analytics. Use a read-only token.