Snapshots
Delete a snapshot
Delete a snapshot by ID
delete/snapshots/{id}
Path parameters
idstring required
Snapshot ID
Request body
object required
Response
OK
Example response
{
"message": "Snapshot deleted successfully"
}Delete a snapshot by ID
Snapshot ID
OK
{
"message": "Snapshot deleted successfully"
}