Delete Company User

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://developers.smartpm.com/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"SmartPM Public API MCP server": {
  "url": "https://developers.smartpm.com/mcp"
}
Close
DELETE /public/v1/users/{userId}

Headers

  • X-COMPANY-ID string(uuid) Required

Path parameters

  • userId string(uuid) Required

Responses

  • 500 */*

    Internal Server Error

  • 200

    OK

DELETE /public/v1/users/{userId}
curl \
 --request DELETE 'https://live.smartpmtech.com/public/v1/users/{userId}' \
 --header "X-API-KEY: $API_KEY" \
 --header "X-COMPANY-ID: string"
Response examples (500)
{}