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_write
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":202,"success":true,"data":{"message":"The Object has been removed successfully","code":202}}