API Reference/Management/Outbound apps
DELETE
/v1/mgmt/outbound/user/tokens

Authorization

AuthorizationRequiredBearer <token>

< Project ID >:< Management Key > as bearer

In: header

Query Parameters

appIdstring
userIdstring
curl -X DELETE "https://api.descope.com/v1/mgmt/outbound/user/tokens?appId=string&userId=string" \
  -H "Authorization: Bearer <token>"

OK

Was this helpful?