Skip to main content
DELETE
/
api
/
v1
/
inventory
/
movements
/
{id}
Soft delete movement (marks as deleted, keeps in DB) Records who deleted it a...
curl --request DELETE \
  --url http://localhost:3000/api/v1/inventory/movements/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

JWT obtained from POST /api/v1/auth/login.

Path Parameters

id
string
required

id identifier

Response

OK

message
string