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)
{
"id": [
3112
]
}
Response JSON Format
{
"success": true,
"error": null,
"data": "Selected profile(s) successfully deleted!"
}
Hard delete
Last updated