DELETE

Delete Rich Content


Deprecated

This method is deprecated and was replaced with Delete Event.

To delete an event description with rich content, use the description field from the Events v3 API.

Authentication

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

Permissions
Manage Events - all permissions
Manage Events
Manage Events
Learn more about app permissions.
Endpoint
DELETE
https://www.wixapis.com/events-ricos/v1/rich-content/{richContentId}

Path Params
richContentIdstringRequired

ID of rich content to delete.

Response Object
Returns an empty object.
Delete rich content
Request
cURL
curl -X DELETE 'https://www.wixapis.com/events/v1/rich-content/52269077-05f2-4b59-ba4f-36ef8c4c1e11' \ -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?