mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
org delete apis
This commit is contained in:
@@ -651,8 +651,8 @@ export class ApiService implements ApiServiceAbstraction {
|
||||
return new OrganizationResponse(r);
|
||||
}
|
||||
|
||||
deleteOrganization(id: string): Promise<any> {
|
||||
return this.send('DELETE', '/organizations/' + id, null, true, false);
|
||||
postDeleteOrganization(id: string, request: PasswordVerificationRequest): Promise<any> {
|
||||
return this.send('POST', '/organizations/' + id + '/delete', request, true, false);
|
||||
}
|
||||
|
||||
// Event APIs
|
||||
|
||||
Reference in New Issue
Block a user