API ReferenceIdp
Oauth Revoke
POST
/v1/idp/oidc/revokeRequest Body
application/x-www-form-urlencoded
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/idp/oidc/revoke" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d ''null{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}