DELETE api/contacts/{id}/bulk/contactfacts

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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The primary key of the Contact record in the Hobsons database.

integer

Required

Body Parameters

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

Collection of integer

Request Formats

application/json, text/json

Sample:
[
  1,
  2
]

Response Information

Resource Description

None.