Profile Delete
Profiles Delete API header parameter in Content-Type application/json and body in data raw (application/json) send.
Permanently delete a user
User Delete Requests allow you to irrevocably remove data about a User. After creating a User Delete Request, the User’s data will be hard-deleted. This deletion cannot be cancelled or reversed.
User Delete Requests can be created via a POST to https://app.acquire.io/profile/lead/delete
Parameter | Value |
Path | https://app.acquire.io/api/profile/lead/delete |
Method | POST |
Authorization | Bearer [YOUR_API_AUTH_TOKEN] |
Content-type | application/json |
Bodyraw(application/json)
Response JSON Format
Hard delete
Important: If you delete a profile/lead after you can not restore and access user’s data.
Last updated