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>"
}Was this page helpful?