cURL
curl --request POST \ --url https://api.politicalcomms.com/v1/projects/{id}/unschedule \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{}'
{ "success": true, "data": { "id": "proj_abc123", "status": "ready", "scheduled_at": null, "scheduled_timezone": null } }
Transition a scheduled project back to ready.
ready
Documentation IndexFetch the complete documentation index at: https://docs.politicalcomms.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.politicalcomms.com/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate every request by passing your API key in the X-API-Key header. Keys are scoped to your organization hierarchy.
Resource ID
The body is of type object.
object
Project unscheduled