DELETE

Unassign Events


Unassigns events from a single category.

Authentication

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

Permissions
Manage Events - all permissions
Manage Events
Learn more about app permissions.
Endpoint
DELETE
https://www.wixapis.com/events/v1/categories/{categoryId}/events

Path Params
categoryIdstringRequired

Category ID.

Query Params
eventIdArray <string>Required

A list of events IDs.

Response Object
Returns an empty object.
Unassign Events Example 1
Request
cURL
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?