Skip to main content
POST
/
v3
/
teams
/
{team}
/
billing
/
reimbursement
/
links
/
{link}
/
terminate
Terminate Reimbursement Link
curl --request POST \
  --url https://app.plugchoice.com/api/v3/teams/{team}/billing/reimbursement/links/{link}/terminate \
  --header 'Authorization: Bearer <token>'
{
  "link": {}
}

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.

Terminates an active reimbursement link, stopping future payouts for the linked charger.
team
string
required
The UUID of the team.
The ID of the reimbursement link.

Response

The terminated reimbursement link object.