Logo
IdentityNow API Documentation

Delete Multiple Non-Employee Records

POST {{baseUrl}}/non-employee-records/bulk-delete

This request will delete multiple non-employee records based on the non-employee ids provided. Requires role context of idn:nesr:delete

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://tenant.api.identitynow.com/v3/non-employee-records/bulk-delete' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"ids":["2b838de9-db9b-abcf-e646-d4f274ad4238","2d838de9-db9b-abcf-e646-d4f274ad4238"]}'

ENDPOINTS