cURL
curl --request DELETE \ --url https://api.lithoblocks.com/users/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Delete a user by their ID (Admin+ role required)
LithoBlocks API key obtained from your organization dashboard
User deleted