Skip to main content
DELETE
/
v3
/
sites
/
{site}
/
teams
/
{team}
/
revoke-sensitive-data
Revoke Sensitive Access
curl --request DELETE \
  --url https://app.plugchoice.com/api/v3/sites/{site}/teams/{team}/revoke-sensitive-data \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}
Revokes a team’s access to sensitive data for the specified location.
site
string
required
The UUID of the location.
team
string
required
The UUID of the team.

Response

message
string
A confirmation message indicating sensitive data access was revoked successfully.