DELETE

Delete Receipt Preset


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Permanently deletes a receipt preset.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Receipts
Learn more about app permissions.
Endpoint
DELETE
https://www.wixapis.com/receipts/v1/receipt-presets/{receiptPresetId}

Path Params
receiptPresetIdstringRequired

Receipt preset ID to delete.

Response Object
Returns an empty object.
Delete Receipt Preset

Deletes a Receipt Preset

Request
cURL
curl -X DELETE \ 'https://www.wixapis.com/receipts/v1/receipt-presets/8046df3c-7575-4098-a5ab-c91ad8f33c47' \ -H 'Authorization: <AUTH>' \ -H 'Content-Type: application/json' \
Response
JSON
{}
Errors
400Invalid Argument

There is 1 error with this status code.

428Failed Precondition

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?