Tag DeleteCopy PageSubscription to the tag delete webhook example cURLcurl --location --request POST 'https://api.vcita.biz/platform/v1/webhook/subscribe' \ --header 'Authorization: "Bearer API_TOKEN"'\ --header 'Content-Type: application/json' \ --data-raw '{ "event": "tag/delete", "target_url": "URL" }' Tag delete payload example JSON{ "entity_name": "tag", "event_type": "delete", "data": { "name": "jul", "business_id": 123, "clients": ["j9q05nvfv12w79vl", "k7zcc3nhb1aijzms"] } }Updated 3 months ago Tag AddInvoiceDid this page help you?YesNo