cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#DYNAMICS_BUSINESS_CENTRAL_DELETE_TAX_GROUP' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "DYNAMICS_BUSINESS_CENTRAL_DELETE_TAX_GROUP", "parameters": { "taxGroupId": "<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
Tax Group ID : The record ID of the Tax Group to delete.
Success
Was this page helpful?