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

# Remove Charger

Detaches a charger from the specified location. Returns a `204 No Content` response on success.

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

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

<ParamField body="team_uuid" type="string">
  The UUID of the team to reassign the charger to after detaching. Must be a valid UUID.
</ParamField>
