Skip to main content

Delete a future snapshot of a client

DELETE 

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

Deletes a scheduled, not-yet-active snapshot of the specified client. This allows cancelling a planned configuration change before its validFrom date is reached. Only future snapshots can be deleted; the currently active state or historical records cannot be removed this way.

Request

Path Parameters

    module stringrequired
    setupId stringrequired
    clientId stringrequired
    snapshotId stringrequired

Responses

The scheduled snapshot was successfully deleted

Loading...