Light Mode
Delete Order Tag
DELETE
/orders/{order_id}/tags/{tag_id}Last modified: 16 days ago
This endpoint allows you to delete a particular tag from a specific order by passing the order_id
as a path parameter for the order and the tag_id
as a path parameter for the tag.
Request
Request samples
Responses
Deleted Successfully(200)
Not Found(404)
Deleted Successfully
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"status": 202,
"success": true,
"data": {
"message": "The Object has been removed successfully",
"code": 202
}
}
Last modified: 16 days ago