Adding Cleanup Flag

This commit is contained in:
Imvedansh 2026-01-22 17:02:41 +05:30
parent 6a9b9f3260
commit a84c486854
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ export default {
},
confirmDeleteDomain () {
const domain = this.deleteDomainResource
const params = { id: domain.id }
const params = { id: domain.id, cleanup: true }
api('deleteDomain', params).then(json => {
const jobId = json.deletedomainresponse.jobid