Deleting a text queue
#
Method#
/queue/{zaapid}DELETE
https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/queue/{zaapid}
#
HeaderKey | Value |
---|---|
Client-Token | ACCOUNT SECURITY TOKEN |
#
ConceptThis method is responsible for deleting a single message inside of the queue waiting to be processed
#
Attributes#
RequiredAttributes | Type | Description |
---|---|---|
#
OptionalsAttributes | Type | Description |
---|---|---|
#
Request Params#
URL exemploMethod
DELETE
https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/queue/{zaapid}
#
Response#
200#
405In 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.
#
415In 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 ResponseLink to webhook response (on receipt)