Delete Tag
DELETE {{baseUrl}}/orders/:order_id/tags/:tag_id
This endpoint allows you to delete a specific tag from a specific order by providing the ID of the tag you want to delete in the tag.id path parameter and providing the ID of the order in the order.id path parameter.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"message":"\u003cstring\u003e","code":"\u003cnumber\u003e"}}