Skip to main content

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

The scheduled snapshot was successfully deleted

Loading...