v1

latestOpenAPI 3.0.02026-07-2436163302.7 KB

Delete an individual

Used to delete an onboarded individual.

delete/onboarding/v2/individuals/{id}

Path parameters

idstring required

The identifier of the individual

Response

Ok - individual was deleted successfully.

datastring
messagestring
statusstring

The status of the request.

Example response

{
  "errors": [
    {
      "type": "validation"
    }
  ]
}