DELETE
/
workspaces
/
invitations
curl --request DELETE \
  --url https://api.furo.one/workspaces/invitations \
  --header 'Authorization: Basic <encoded-value>'
{
  "acknowledged": true,
  "deletedCount": 1
}

Query

workspace_id
string
required

This is the id of the user group.

email
string
required

This is the email of the user to revoke the invitation for.

{
  "acknowledged": true,
  "deletedCount": 1
}