DELETE

Delete Schedule Item


Deletes schedule item from draft schedule.

Authentication

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

Permissions
Manage Events - all permissions
Learn more about app permissions.
Endpoint
DELETE
https://www.wixapis.com/events/v1/schedule/draft/items

Query Params
eventIdstringRequired

Event ID.


itemIdsArray <string>

Schedule items to delete.

Response Object
Returns an empty object.
Delete Schedule Item Example 1
Request
cURL
curl -X DELETE 'https://www.wixapis.com/events/v1/agenda/draft/80a28db1-672b-45db-a62c-5315ee07ae22' \ -H 'Content-Type: application/json' \ -H 'Authorization: <AUTH TOKEN>'
Response
JSON
{}
Errors

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

Did this help?