cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#SAP_DELETE_SUPPLIER_INVOICE' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "SAP_DELETE_SUPPLIER_INVOICE", "parameters": { "SupplierInvoice": "<string>", "FiscalYear": "<string>" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Supplier Invoice : The ID of the Supplier Invoice to delete. (example: "5100000001")
Fiscal Year : Specify the Fiscal Year to delete. (example: "2016")
Success
Was this page helpful?