DELETE
/v1/mgmt/outbound/user/tokens

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

Endpoint Authentication

Use authorization bearer header with the following format:

Authorization: Bearer \<ProjectId:ManagementKey\>

Try it

/v1/mgmt/outbound/user/tokens

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

< Project ID >:< Management Key > as bearer

In: header

Query Parameters

appIdstring

userIdstring

Status codeDescription
200OK
curl -X DELETE "https://api.descope.com/v1/mgmt/outbound/user/tokens?appId=string&userId=string" \
  -H "Authorization: Bearer <ProjectId:ManagementKey>"
Was this helpful?