Skip to main content
DELETE
/
api
/
users
/
{id}
Delete user
curl --request DELETE \
  --url http://localhost/api/api/users/{id} \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "pk": 123,
  "is_active": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt

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

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Path Parameters

id
integer
required

A unique integer value identifying this user.

Response

200 - application/json
name
string
required
pk
integer
required
is_active
boolean
required