timeline_remove_scheduled_event
Remove scheduled social media posts and content automation events by event ID to manage your content calendar and workflow organization.
Instructions
Remove a scheduled event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"eventId": {
"format": "uuid",
"type": "string"
}
},
"required": [
"eventId"
],
"type": "object"
}