cURL
curl --request DELETE \ --url https://api.contazen.ro/v1/supplier-bills/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "<string>", "object": "supplier_bill", "deleted": true }, "meta": { "version": "v1", "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "response_time": "23.45ms" } }
Soft-delete a supplier bill (deleted_at timestamp).
deleted_at
Use your API key (sk_live_xxx or sk_test_xxx)
Bill marked as deleted
Show child attributes
Was this page helpful?