Logo
IdentityNow API Documentation

Delete an Identity Profile

DELETE {{baseUrl}}/identity-profiles/:identity-profile-id

This deletes an Identity Profile based on ID.

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 
Accept
string




RESPONSES

status





Curl
curl -X DELETE 'https://tenant.api.identitynow.com/v3/identity-profiles/:identity-profile-id' -H 'Accept: application/json'

ENDPOINTS