Unlink a provider from account
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>"
}
]
}Unlink a provider from account
Provider to unlink
Successful Response
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>"
}
]
}