v37

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-1170194628.0 KB
v1
User

Delete User

Delete user association with developer and the user itself by , assume external user_id is provided, and resolve to internal user_id (_User.objectId)

delete/v1/user/{user_id}

Path parameters

user_idstring required

Query parameters

is_externalboolean

Is this an external user ID?

Is this an external user ID?

Headers

X-API-Keystring required

Response

Successful Response

codeinteger required

HTTP status code

statusstring required

'success' or 'error'

user_idstring nullable

ID of the user attempted to delete

messagestring nullable

Success or error message

errorstring nullable

Error message if failed

{"stackTrail":"components:schemas:DeleteUserResponse:properties:details:anyOf","oasType":"schema","type":"unknown","title":"Details","description":"Additional error details or context","nullable":true}

Example response

{
  "code": 200,
  "message": "User and association deleted successfully",
  "status": "success",
  "user_id": "abc123"
}