Skip to main content
DELETE
/
api
/
v1
/
providers
/
unlink
Unlink Provider
curl --request DELETE \
  --url https://api.example.com/api/v1/providers/unlink \
  --header 'Content-Type: application/json' \
  --data '
{
  "provider_type": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json

Unlink a provider from account

provider_type
string
required

Provider to unlink

Response

Successful Response