DELETE api/bulk/contacttags
Delete a collection of ContactTags in bulk and in one transaction.
Request Information
URI Parameters
None.
Body Parameters
A collection of ContactTag Ids being deleted (maximum accepted: 100).
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
Response Information
Resource Description
None.