Logo
IdentityNow API Documentation

Delete Identity Profiles

POST {{baseUrl}}/identity-profiles/bulk-delete

This deletes multiple Identity Profiles via a list of supplied IDs.

On success, this endpoint will return a reference to the bulk delete task result.

A token with ORG_ADMIN authority is required to call this API.

The following rights are required to access this endpoint: idn:identity-profile: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/identity-profiles/bulk-delete' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '["2c9180867b2a34e0017b3078d60b0699","2c9180867b2a34e0017b3078d60b0698"]'

ENDPOINTS