Join us May 13th & May 14th at Interrupt, the Agent Conference by LangChain. Buy tickets >
curl --request DELETE \
--url https://api.example.com/v2/auth/providers/{provider_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Delete an OAuth provider.
curl --request DELETE \
--url https://api.example.com/v2/auth/providers/{provider_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response
Was this page helpful?