Skip to content

Delete a backup

DELETE
/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/backups/{type}/{backupId}
curl --request DELETE \
--url https://dashboard.quantcdn.io/api/v3/organizations/test-org/applications/test-app/environments/test-env/backups/database/example \
--header 'Authorization: Bearer <token>'
organisation
required
string

The organisation ID

Example
test-org
application
required
string

The application ID

Example
test-app
environment
required
string

The environment ID

Example
test-env
type
required
string
Allowed values: database filesystem

The backup type

backupId
required
string

The backup ID

Backup deleted successfully

Media typeapplication/json
object
message
string
backupId
string
Examplegenerated
{
"message": "example",
"backupId": "example"
}