Revoke Connected App revokes a Connected App's access to a Member and revokes all active tokens that have been created on the Member's behalf. New tokens cannot be created until the Member completes a new authorization flow with the Connected App.
Revoke Connected App
POST
https://test.stytch.com/v1/b2b/organizations/{organization_id}/members/{member_id}/connected_apps/{connected_app_id}/revokePath parameters
organization_id* string
member_id* string
connected_app_id* string
Header parameters
X-Stytch-Member-Session string
X-Stytch-Member-SessionJWT string
Response fields
request_id string
// Backend SDKs coming soon.
RESPONSE
200
{
"status_code": 200,
"request_id": "request-id-test-b05c992f-ebdc-489d-a754-c7e70ba13141",
}