Delete a consignment note and it's attachments

Path Parameters
  • consignmentId
    Type: stringFormat: uuid
    required
  • consignmentNoteId
    Type: stringFormat: uuid
    required
Responses
  • 200

    OK

Request Example for delete/v1/consignments/{consignmentId}/notes/{consignmentNoteId}
curl https://api.consignlyhq.com/v1/consignments/123e4567-e89b-12d3-a456-426614174000/notes/123e4567-e89b-12d3-a456-426614174000 \
  --request DELETE
No Body