Delete user profile
This API enables you to delete existing user profiles by using distinct_id.
Path parameters
Enter your workspace ID. You can obtain this value from the API Keys page within your Fyno account.
Specify the version for which you would like to manage the user profile.
Request body
Example request
{
"distinct_id": [
"U00001",
"U00002"
]
}Response
Profile deleted successfully
Example response
{
"_message": "1 User(s) deleted successfully",
"status": "ok"
}Changes
Changed in 1 of the 35 revisions of this API.6
- ○
the response property
_messagebecame required for the status200response-property-became-required
- ○
the response property
_messagebecame required for the status400response-property-became-required
- ○
the response property
_messagebecame required for the status401response-property-became-required
- ○
the response property
statusbecame required for the status200response-property-became-required
- ○
the response property
statusbecame required for the status400response-property-became-required
- ○
the response property
statusbecame required for the status401response-property-became-required
- ○