Delete a snapshot
DELETE/snapshots/:uuid
Deletes a snapshot owned by the calling key. Returns 404 if it is not yours.
Request
Responses
- 200
- 401
- 403
- 404
The snapshot was deleted.
The API key is missing, invalid or expired.
The API key is valid but not authorized for the required scope.
The resource does not exist or is not owned by the calling key.