Skip to main content
POST
/
projects
/
{id}
/
unschedule
Unschedule Project
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
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.politicalcomms.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Authenticate every request by passing your API key in the X-API-Key header. Keys are scoped to your organization hierarchy.

Path Parameters

id
string
required

Resource ID

Body

application/json

The body is of type object.

Response

Project unscheduled