Deletes list of profiles.
This will delete all its dependencies/child items associated to that profileId.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/profiles
curl -i -X DELETE \
https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '[
"fd91185f-c10e-4a42-b0b4-cc367371ebdb"
]'