cURL
curl --request DELETE \ --url https://api.furo.one/workspaces/invitations \ --header 'Authorization: Basic <encoded-value>'
{ "acknowledged": true, "deletedCount": 1 }
Revoke a user invitation to a workspace
Was this page helpful?