Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 494 Bytes

File metadata and controls

22 lines (15 loc) · 494 Bytes

Delete tracking by id

Description: Delete a certain tracking by its id.
URL: /api/tracking/:trackingId
Method: DELETE
Data constraints: None

Example request:

DELETE http://localhost:3000/api/tracking/1

Example result:

Status: 204 No Content