Delete multiple persons in bulk

DELETE {{baseUrl}}/persons?ids=<string>

Marks multiple persons as deleted. After 30 days, the persons will be permanently deleted.

Request Params

KeyDatatypeRequiredDescription
idsstring(Required) The comma-separated IDs that will be deleted

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;data&quot;:{&quot;id&quot;:[123,456]}}