Connect API Catalog///
- API Documentation
Creditsafe Connect
- Delete Profile Note By Note Id
Update Profile By Profile Id
Add An Attachment To The Given Profile
Return List Of Attachments On The Given Profile
Return A Profile Attachment By Profile And Attachment Id
Update Profile Attachment By Profile And Attachment Id
Delete Attachment By Profile And Attachment Id
Download Profile Attachment By Profile And Attachment Id
Create Profile Note
Return Profile Notes
Return Profile Notes By Note Id
Update Profile Note By Note Id
Delete Profile Note By No...
Deletes a profile note based on profile id and note id.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/notes/{noteId}
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/notes/{noteId}
curl -i -X DELETE \
https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/9a7ae0c8-f473-4ab6-8dbb-03fc061630cc/notes/047ae398-7639-40af-911e-cc214cf3045c \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'