Delete Tag
id – required tag identifier.
Response:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
DELETE /api/tags/{id} HTTP/1.1
Content-Type: application/json
id – required tag identifier.
Response:
{
"status": 200,
"data": null,
"error": null,
"message": "string or null"
}
Was this page helpful?