Delete Managed User

Public Beta Feature

This documentation covers a feature currently in Public Beta. Access is available to anyone interested in building personalized experiences for their end-users.
This feature is subject to the Personalization API (Self-Service) Public Beta End user License Agreement.

Foursquare Service Account Required

These endpoints require the use of a Foursquare Service Account that acts on behalf of your application. Please make sure you've created a Service Account and use the associated API Key when making calls to the following endpoints.
For more information, please read Service Account Authentication.

API Version

version
string
required
The API version date as documented here; e.g. 20231010

userId
string
required
The ID of the managed user to delete.

200

object
Successful user deletion.
deleteRequestId
string
Unique identifier for the delete request in the response to a successful user deletion.

400

xxxxxxxxxx  
curl --request POST \  
     --url https://api.foursquare.com/v2/usermanagement/deleteuser \  
     --header 'accept: application/json'  
xxxxxxxxxx  
{  
  "deleteRequestId": "987654321"  
}