Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.kimp360.com/llms.txt

Use this file to discover all available pages before exploring further.

Delete Tag

DELETE /api/tags/{id} HTTP/1.1
Content-Type: application/json
Path parameter: id – required tag identifier. Response:
{
  "status": 200,
  "data": null,
  "error": null,
  "message": "string or null"
}