Package version:

Interface DeletePersonFace202Response

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.

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

Hierarchy

  • unknown
    • DeletePersonFace202Response

Properties

Properties

headers: any
status: "202"