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
codestring
errorstring
501 Not Implemented
ErrorResponse
codestring
errorstring
Authentication
bearerAuthHTTP bearer. Daemon API key. Omit on a keyless loopback daemon.
Request
DELETE/backups/{id}
cURL
curl '/backups/{id}' \
  -X DELETE
DELETE/backups/{id}
Request
Path
Authorization
curl '/backups/{id}' \
  -X DELETE
Response
Send a request to see the response.
Response
204 No content
No response body.
Was this page helpful?