curl --request DELETE \
--url https://api.faces.sh/v1/oauth/{provider}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Remove the stored OAuth tokens for the given provider.
curl --request DELETE \
--url https://api.faces.sh/v1/oauth/{provider}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}