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
Name | Description | Type | Additional information |
---|---|---|---|
userId |
userId |
string |
Required |
jobId |
jobId |
string |
Required |
noteId |
noteId |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResult
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.