Skip to main content

Deleting a queue

Method#

/queue#

DELETE https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/queue

Header#

KeyValue
Client-TokenACCOUNT SECURITY TOKEN

Concept#

This method is responsible for DELETING all messages that are in your queue waiting to be processed.


Attributes#

Mandotory#

AttributesTypeDescription

Optionals#

AttributesTypeDescription

Request Params#

URL exemplo#

Method

DELETE https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/queue


Response#

200#

405#

In this case certify that you are sending the correct specification of the method. This means, verify if you sent a POST or GET as specified at the beginning of this topic.

415#

In case you receive 415 error, make sure to add the “Content-Type” of the object you are sending in the request headers, mostly “application/json”


Webhook Response#

Link to webhook response (on receipt)

Webhook


Code#