Skip to content

Delete All Profiles

Request

Deletes list of profiles.
This will delete all its dependencies/child items associated to that profileId.

Security
bearerToken
Bodyapplication/json
Array of strings(DeleteKYCProfiles)
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"
  ]'

Responses

No Content

Bodyapplication/json
boolean
Response
true