DELETE
/v1/mgmt/outbound/token

Delete outbound application token by id, using a valid management key.

Endpoint Authentication

Use authorization bearer header with the following format:

Authorization: Bearer \<ProjectId:ManagementKey\>

Try it

/v1/mgmt/outbound/token

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

< Project ID >:< Management Key > as bearer

In: header

Query Parameters

idstring

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