# Delete a fixed schedule for AutoStopping Rule

Permanently deletes a fixed schedule from an AutoStopping Rule. The rule will no longer start or stop resources based on this schedule.

Endpoint: DELETE /gateway/lw/api/accounts/{account_id}/schedules/{schedule_id}
Version: 1.0
Security: x-api-key

## Path parameters:

  - `account_id` (string, required)
    Account Identifier for the Entity
    Example: "px7-pfWPYXVjvw"

  - `schedule_id` (number, required)
    Unique identifier of the fixed schedule to delete
    Example: 123

## Query parameters:

  - `accountIdentifier` (string, required)
    Account Identifier for authentication and authorization.
    Example: "pxCi-pfWPYXVjvw"

## Response 200 fields (application/json):

  - `response` (string)


