Delete delivery token
DELETE https://{{base_url}}/v3/stacks/delivery_tokens/{{token_uid}}
The Delete delivery token request deletes a specific delivery token.
To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken.
Read more about it in Authentication.
For more information, refer to the Delete delivery token API Reference document
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
force | boolean | Enter ‘true’ to force delete a delivery token. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
api_key | string | ||
authtoken | string | ||
Content-Type | string |