> ## 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.

# Transfer Ownership

Transfers ownership of the specified location to the given team. The target team must already have access to the location.

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

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

## Response

<ResponseField name="message" type="string">
  A confirmation message indicating location ownership was transferred successfully.
</ResponseField>
