A valid request URL is required to generate request examples
{
"status": "success",
"message": "Events updated successfully"
}Calendar
Delete event
Deletes all existing events for an assistant and replaces them with a new list of events. The assistant is identified by the provided JWT token.
POST
/
delete-event
A valid request URL is required to generate request examples
{
"status": "success",
"message": "Events updated successfully"
}