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

Documentation Index

Fetch the complete documentation index at: https://leadping.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

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.