Skip to main content
DELETE
/
workspace
/
invitations
/
{user_id}
Error
A valid request URL is required to generate request examples
{
  "message": "Invitation revoked successfully",
  "status": "ok"
}
{
"message": "<string>",
"status": "error",
"error_code": "validation_error",
"errors": [
{
"fields": [
"url"
],
"msg": "must be a valid http(s) URL"
}
]
}
{
"message": "<string>",
"status": "error",
"error_code": "validation_error",
"errors": [
{
"fields": [
"url"
],
"msg": "must be a valid http(s) URL"
}
]
}
{
"message": "<string>",
"status": "error",
"error_code": "validation_error",
"errors": [
{
"fields": [
"url"
],
"msg": "must be a valid http(s) URL"
}
]
}

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"