DELETE api/trips/note/{noteId}

Deletes a note associated to a booking.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
noteId

Id of the note to delete.

integer

Required

Body Parameters

None.

Response Information

Resource Description

True id deleted successfully, false otherwise.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.