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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
string
required

User Identifier

Response

OK

data
string
Example:

null

message
string
Example:

"deleted successfully"

success
boolean
Example:

true