Delete a future snapshot of a resource server
DELETE/v2/modules/:module/setups/:setupId/resource-servers/:resourceId/snapshots/:snapshotId
Deletes a scheduled, not-yet-active snapshot of the specified resource server. This cancels a planned scope or configuration change before its validFrom date is reached. Only future snapshots can be removed; the currently active state cannot be deleted this way.
Request
Path Parameters
module stringrequired
setupId stringrequired
resourceId 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 resource server
Loading...