ids
: Array of tag IDs to delete (minimum 1)curl --location --request DELETE 'https://api.plusvibe.ai/api/v1/tags/delete' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"workspace_id": "507f1f77bcf86cd799439011",
"ids": [
"507f1f77bcf86cd799439012",
"507f1f77bcf86cd799439013",
"507f1f77bcf86cd799439014"
]
}'
{
"status": "success"
}