v1
Double column
API
CLI
JS Client

Addons /

Delete addon backup schedule

Deletes a backup schedule for an addon.

Required permission

Project > Addons > General > Update

Path parameters

    • projectId

      string required
      ID of the project
    • addonId

      string required
      ID of the addon
    • scheduleId

      string required
      ID of the backup schedule

Response body

  • {object}
    Response object.
    • data

      {object} required
      Result data.
    API
    CLI
    JS Client

    DELETE /v1/projects/{projectId}/addons/{addonId}/backup-schedules/{scheduleId}

    Example response

    200 OK

    The operation was performed successfully.

    JSON

    {
      "data": {}
    }

    © 2024 Northflank Ltd. All rights reserved.