# Introduction `ABGroupDelete` is one of the SOAP actions the [Address Book Service](../abservice.md) provides. Deletes a contact group. # Client/Request The template used in this action is described on the [Address Book Service](../abservice.md) main page. ## ABGroupDelete This element has only one attribute: * `xmlns:` Is always set to `http://www.msn.com/webservices/AddressBook`. ### abId This element contains your [Address Book Service](../abservice.md) GUID. ### groupFilter This element only contains the `` element. #### groupIds This element only contains one or multiple `` element(s). ##### guid This element only contains the GUID of the group you would like to delete. # Server/Response The template used in this action is described on the [Address Book Service](../abservice.md) main page. ## ABGroupDeleteResponse This empty element has only one attribute: * `xmlns:` Is always set to `http://www.msn.com/webservices/AddressBook`. # Examples ## Client/Request ``` POST /abservice/abservice.asmx HTTP/1.1 SOAPAction: http://www.msn.com/webservices/AddressBook/ABGroupDelete Cache-Control: no-cache Content-Type: text/xml; charset=utf-8 Content-Length: 1140 996CDE1E-AA53-4477-B943-2BE802EA6166 false Timer false t=ticket&p=profile 00000000-0000-0000-0000-000000000000 f60efbe7-94af-4b16-b926-e4e10878d329 ``` ## Server/Response ``` HTTP/1.1 200 OK Content-Type: text/xml Content-Length: 772; charset=utf-8 12.01.1111.0000 12r1;MjAyNC0xMS0xOVQxNzo0ODowOS44MDNa true contacts.example.com ecfaf8c7-e388-4571-8641-b061a0ac4bdc ```