DELETE api/bulk/contactnotes

Delete a collection of ContactNotes in bulk and in one transaction.

Request Information

URI Parameters

None.

Body Parameters

A collection of ContactNote Ids being deleted (maximum accepted: 100).

Collection of integer

Request Formats

application/json, text/json

Sample:
[
  1,
  2
]

Response Information

Resource Description

None.