Deletes a specific backup execution.
Authorization
bearerAuth AuthorizationBearer <token>
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
In: header
Path Parameters
uuid*string
UUID of the database
scheduled_backup_uuid*string
UUID of the backup configuration
execution_uuid*string
UUID of the backup execution to delete
Query Parameters
delete_s3?boolean
Whether to delete the backup from S3
Default
falseResponse Body
application/json
application/json
curl -X DELETE "https://app.coolify.io/api/v1/databases/string/backups/string/executions/string"{ "message": "Backup execution deleted."}{ "message": "Backup execution not found."}