Skip to main content
DELETE
/
api
/
deployments
/
{id}
/
schedules
/
{schedule_id}
Delete Deployment Schedule
curl --request DELETE \
  --url https://api.example.com/api/deployments/{id}/schedules/{schedule_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

x-prefect-api-version
string

Path Parameters

id
string<uuid>
required

The deployment id

schedule_id
string<uuid>
required

The schedule id

Response

Successful Response