> ## Documentation Index
> Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Revoke Sensitive Access

Revokes a team's access to sensitive data for the specified location.

<ParamField path="site" type="string" required>
  The UUID of the location.
</ParamField>

<ParamField path="team" type="string" required>
  The UUID of the team.
</ParamField>

## Response

<ResponseField name="message" type="string">
  A confirmation message indicating sensitive data access was revoked successfully.
</ResponseField>
