RyTask docs
REST APIInvites

Revoke a pending invitation (Admin+) (FR-AUTH-011)

View as MarkdownOpen in ChatGPTOpen in Claude
DELETE
/invites/{id}/_revoke

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

curl -X DELETE "https://example.com/invites/497f6eca-6276-4993-bfeb-53cbbbba6f08/_revoke"
Empty
{  "code": "string",  "message": "string",  "details": {}}