⭐ If you find Zipline useful, please consider giving it a star on Github! ⭐

/api/user/tags/{id}

Delete a specific tag owned by the authenticated user.

DELETE/api/user/tags/{id}

Path Parameters

id*string

Response Body

application/json

application/json

{
  "success": true
}

{
  "error": "E1000: Invalid request schema",
  "code": 1000,
  "statusCode": 400
}