delete
https://integrations.alvys.com/api/p/v/loads//notes/
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Delete a specific note associated with a load.
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| loadNumber | string | Yes | The unique number identifying the load. |
| noteId | string | Yes | The unique identifier of the note to delete. |
| version | string | Yes | API version (e.g., 2.0). Default value: 2.0. |
Responses
200 OK
Returned when the note is successfully deleted.
{
"message": "Note deleted successfully"
}404 Not Found
Returned when the specified loadNumber or noteId does not exist.
{
"message": "Note not found"
} 200OK
204No Content