Skip to main content
DELETE
/
api
/
v1
/
providers
/
cancel-linking
/
{linking_token}
Cancel Provider Linking
curl --request DELETE \
  --url https://api.example.com/api/v1/providers/cancel-linking/{linking_token}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

linking_token
string
required

Response

Successful Response