Skip to main content
DELETE
Revoke a pending invitation.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
string
required

Numeric user ID of the teammate, as returned by GET /workspace/teammates.

Response

Successful query

message
string
required

Human-readable confirmation of the completed action

Example:

"Invitation revoked successfully"

status
enum<string>
required

Result status

Available options:
ok,
error
Example:

"ok"