Skip to main content
DELETE
/
proformas
/
{proforma}
Delete proforma
curl --request DELETE \
  --url https://app.fintoro.sk/api/public/v1/proformas/{proforma} \
  --header 'Authorization: Bearer <token>'
{
  "message": "This action is unauthorized."
}

Authorizations

Authorization
string
header
required

Bearer token created for a specific company in Integrations → API.

Path Parameters

proforma
integer
required

Proforma ID.

Example:

401

Response

Proforma deleted.