1. Home
  2. Docs
  3. Current
  4. Guides
  5. Products
  6. Delete a request

Delete a request

If you want to reject your request by yourself because you pushed wrong data
or you want to delete old request before to create a new one
or maybe you don’t want to see it in the query list anymore. So we provide you 2 method to do it.

  • Delete by request_id

DELETE

https://api.tiki.vn/integration/v2/requests/{request_id}
  • Delete by track_id

DELETE

https://api.tiki.vn/integration/v2/requests/findBy?track_id={track_id}
  • You can Find a request from the list then choose its request_id or choose it directly by the track_id

GET

https://api.tiki.vn/integration/v2/requests

GET

https://api.tiki.vn/integration/v2/requests/findBy?track_id={track_id}

Then change the request method from GET to DELETE to delete request

So easy right ?

Was this article helpful to you? Yes 1 No 2

How can we help?

Leave a Reply

Your email address will not be published.