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

Delete a ContactFact by id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

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

integer

Required

contactFactId

The primary key of the ContactFact in the Hobsons database.

integer

Required

Body Parameters

None.

Response Information

Resource Description

None.