DELETE v1/Users/{userId}/JobOrders/{jobId}/Notes/{noteId}

This will allow deleting an existing job note for the given job order. Only the author of the note can delete the note. This will mark the note as deleted in the database

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

userId

string

Required

jobId

jobId

string

Required

noteId

noteId

integer

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.