Package version:

Interface DeleteDynamicPersonGroup202Response

A successful call returns an empty response body. The service has accepted the request and will start processing soon. The client can query the operation status and result using the URL specified in the 'Operation-Location' response header. The URL expires in 48 hours. The URL provides the status of when Person Directory "Get Dynamic Person Group References" will return the changes made in this request.

interface DeleteDynamicPersonGroup202Response {
    headers: any;
    status: "202";
}

Hierarchy

  • unknown
    • DeleteDynamicPersonGroup202Response

Properties

Properties

headers: any
status: "202"