DELETE
/v1/mgmt/outbound/user/tokens

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Query Parameters

appId?string
userId?string

Delete outbound application tokens by appId or userId, using a valid management key.

curl -X DELETE "https://api.descope.com/v1/mgmt/outbound/user/tokens"
Was this helpful?