Skip to content

Delete a snapshot

DELETE/snapshots/{id}
path parameters
object
idstringrequired

Snapshot ID, e.g. snap_ab12cd34.

Responses
204 No contentNo Content
400 Bad requestBad Request
ErrorResponse
codestring
errorstring
404 Not foundNot Found
ErrorResponse
codestring
errorstring
Authentication
bearerAuthHTTP bearer. Daemon API key. Omit on a keyless loopback daemon.
Request
DELETE/snapshots/{id}
cURL
curl '/snapshots/{id}' \
  -X DELETE
DELETE/snapshots/{id}
Request
Path
Authorization
curl '/snapshots/{id}' \
  -X DELETE
Response
Send a request to see the response.
Response
204 No content
No response body.
Was this page helpful?