Orders

Delete a order by ID

Permanently removes the record from the session. Returns 204 No Content on success.

delete/api/v1/orders/{id}

Path parameters

idstring uuid required

Record UUID

Response

Deleted successfully

Changes