mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
org delete apis
This commit is contained in:
@@ -198,7 +198,7 @@ export abstract class ApiService {
|
||||
putOrganization: (id: string, request: OrganizationUpdateRequest) => Promise<OrganizationResponse>;
|
||||
postLeaveOrganization: (id: string) => Promise<any>;
|
||||
postOrganizationLicense: (data: FormData) => Promise<OrganizationResponse>;
|
||||
deleteOrganization: (id: string) => Promise<any>;
|
||||
postDeleteOrganization: (id: string, request: PasswordVerificationRequest) => Promise<any>;
|
||||
|
||||
getEvents: (start: string, end: string, token: string) => Promise<ListResponse<EventResponse>>;
|
||||
getEventsCipher: (id: string, start: string, end: string, token: string) => Promise<ListResponse<EventResponse>>;
|
||||
|
||||
Reference in New Issue
Block a user