Delete a User Profile
Delete a user profile you are the owner of.
DELETE
Available on Business, Enterprise plans.
Delete a user profile you are the owner of. The Profile Key in the header parameter is the User Profile to be deleted.
Deleting a user profile permanently removes the profile and all associated posts—this action is irreversible and cannot be undone. You can delete up to 8 user profiles per second, so please stagger your API calls when performing bulk deletions to stay within rate limits.
Header Parameters
AuthorizationstringrequiredProfile-KeystringrequiredBody Parameters
titlestringrequireddefault: 0Title of the User Profile to delete. Must be present if profileKey is not passed. title is
case-sensitive and must match the User Profile title.
curl \
-H "Authorization: Bearer API_KEY" \
-H 'Content-Type: application/json' \
-H 'Profile-Key: PROFILE_KEY' \
-X DELETE https://api.acme.com/api/profiles{
"status": "success",
"refId": "823nd82nd92jsnn2932"
}