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

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

schedule_id
string
required

Query Parameters

workspace_id
string<uuid>
required

Response

Successful Response