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
Example response
{
"code": 200,
"message": "User and association deleted successfully",
"status": "success",
"user_id": "abc123"
}