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.

OAuth Scopes


orders.read orders.read_write

RESPONSES

status: OK

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