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
GET https://api.tiki.vn/integration/v2/requests
Find a request by the track_id
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 ?