Skip to main content

Delete a future snapshot of a setup

DELETE 

/v2/modules/:module/setups/:setupId/snapshots/:snapshotId

Deletes a scheduled, not-yet-active snapshot of the specified setup. This is useful for cancelling a planned configuration change before it takes effect. Only future snapshots can be deleted; attempting to delete the currently active or past snapshots will return an error.

Request

Path Parameters

    module stringrequired
    setupId stringrequired
    snapshotId stringrequired

Responses

The scheduled snapshot was successfully deleted

Loading...