Skip to content

Delete a backup

DELETE/backups/{id}
path parameters
object
idstringrequired

Backup id (<volume>-<timestamp>).

Responses
204 No contentNo Content
404 Not foundNot Found
ErrorResponse
errorstring
501 Not Implemented
ErrorResponse
errorstring
Authentication
bearerAuthHTTP bearer. Daemon API key. Omit on a keyless loopback daemon.
Request
DELETE/backups/{id}
cURL
curl '/backups/{id}' \
  -X DELETE
Response
204 No content
No response body.
Was this page helpful?