Snapshots
Delete snapshot
Permanently delete a snapshot.
delete/api/v1/snapshots/{id}
Path parameters
idinteger required
Snapshot ID
Headers
X-Project-IDstring uuid required
Project ID. Required for all mutating operations (create, delete, power actions, resize).
Response
Snapshot deleted
Example response
{
"success": true,
"message": "Operation completed successfully"
}