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": {}
}
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.