Skip to main content
DELETE
/
users
/
{user_id}
Delete User
curl --request DELETE \
  --url https://sandbox.sturdytechnologies.com/v3/users/{user_id}
{
  "data": "null",
  "message": "deleted successfully",
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.sturdytechnologies.com/llms.txt

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

Path Parameters

user_id
string
required

User Identifier

Response

OK

data
string
Example:

null

message
string
Example:

"deleted successfully"

success
boolean
Example:

true