DELETE

Delete Operation


Developer Preview

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

Deletes an operation.

Authentication

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

Permissions
Manage Restaurants - all permissions
Learn more about app permissions.
Endpoint
DELETE
https://www.wixapis.com/restaurants-operations/v1/operations/{operationId}

Path Params
operationIdstringRequired

ID of the operation to delete.

Response Object
Returns an empty object.
Delete an operation
Request
cURL
curl -X DELETE https://www.wixapis.com/restaurants-operations/v1/operations/43efeb0d-9484-498e-a37d-b9b38bbd65c5 \ -H 'Authorization: <AUTH>'
Response
JSON
{}
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

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