cURL
curl --request DELETE \ --url https://app.plugchoice.com/api/v3/sites/{site_uuid}/teams/{team_uuid} \ --header 'Authorization: Bearer <token>'
{ "message": "Team access revoked successfully" }
See the documentation for more information.
"Team access revoked successfully"
Was this page helpful?