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

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":202,"success":true,"data":{"message":"The Object has been removed successfully","code":202}}