DELETE api/v{version}/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

version

The requested API version

string

Required

Default value is 2.0

Body Parameters

None.

Response Information

Resource Description

True id deleted successfully, false otherwise.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/problem+json, application/xml, text/xml

Sample:

Sample not available.