Skip to main content
DELETE
/
businesses
/
me
/
users
/
{userId}
Remove a user from the current business
curl --request DELETE \
  --url https://api.leadping.ai/businesses/me/users/{userId}
{
  "type": "<string>",
  "title": "<string>",
  "status": "<string>",
  "detail": "<string>",
  "instance": "<string>"
}

Path Parameters

userId
string
required

The ID of the user to remove from the current business.

Response

No content is returned when the operation succeeds.