AviatoAviato
DeveloperAPI ReferenceBackupsFilename

/api/backups/{filename}

DELETE
/api/backups/{filename}

Path Parameters

filename*string

Backup filename

Match^[\w.-]+$

Response Body

application/json

application/json

curl -X DELETE "https://example.com/api/backups/string"
{
  "success": true
}
{
  "error": "string"
}