curl --request DELETE \
--url https://api.us.lexful.app/v1/tags/{tagId} \
--header 'Authorization: Bearer <token>' \
--header 'X-Account-ID: <api-key>'{
"status": 123,
"message": "<string>",
"error_id": "<string>",
"error_code": "<string>",
"developer_message": "<string>"
}Delete a tag (soft delete)
curl --request DELETE \
--url https://api.us.lexful.app/v1/tags/{tagId} \
--header 'Authorization: Bearer <token>' \
--header 'X-Account-ID: <api-key>'{
"status": 123,
"message": "<string>",
"error_id": "<string>",
"error_code": "<string>",
"developer_message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://developer.lexful.ai/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?