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