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
- 204
- 403
- 404
The scheduled snapshot was successfully deleted
The snapshot cannot be deleted because it is the currently active or a historical state
No snapshot exists with the specified ID for this client
Loading...