Delete an identity provider
Delete the identity provider and immediately reject any token exchange requests that provide tokens signed by the idp.
DELETE /idps
curl \
-X DELETE https://api.statebacked.dev/idps \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"aud":"string","iss":"string"}'
Request example
{
"aud": "string",
"iss": "string"
}
Request examples
{
"aud": "string",
"iss": "string"
}