curl --request DELETE \
--url https://api.example.com/tags/{content_type}/{id} \
--header 'Content-Type: application/json' \
--data '
{
"tags": [
"<string>"
]
}
'{
"success": true
}curl --request DELETE \
--url https://api.example.com/tags/{content_type}/{id} \
--header 'Content-Type: application/json' \
--data '
{
"tags": [
"<string>"
]
}
'{
"success": true
}Was this page helpful?