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\>
Authorization
Authorization
RequiredBearer <token>
< Project ID >:< Management Key > as bearer
In: header
Query Parameters
appId
string
userId
string
Status code | Description |
---|---|
200 | OK |
Was this helpful?