Loads
Delete load note
Delete a specific note attached to a load by note ID and load number, permanently removing the comment from the load timeline and operational history.
DELETE
Delete load note
Delete a specific note associated with a load.
Path Parameters
Responses
204 No Content
Returned when the note is successfully deleted. The response body is empty.404 Not Found
Returned when the specifiedloadNumber or noteId does not exist. The response body is empty.Authorizations
OAuth 2.0 client-credentials access token. Obtain one from https://auth.alvys.com/oauth/token (grant_type=client_credentials, audience=https://api.alvys.com/public/), then paste it here. The playground sends it as Authorization: Bearer <token>.
Path Parameters
API version (e.g., 1.0)
Example:
"1.0"
Response
OK