Team

Revoke a pending invite

DELETE
/api/v1/team/invite/delete/{inviteIds}
/api/v1/team/invite/delete/{inviteIds}

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Path Parameters

inviteIds
Required
string

The ID of the invite to revoke

curl -X DELETE "https://example.com/api/v1/team/invite/delete/string" \
  -H "Authorization: <token>"

OK