Skip to main content
DELETE
/
api
/
v1
/
public
/
users
/
{uniqueId}
Delete User
curl --request DELETE \
  --url https://api.example.com/api/v1/public/users/{uniqueId} \
  --header 'Authorization: <authorization>'

Documentation Index

Fetch the complete documentation index at: https://docs.trysiren.io/llms.txt

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

Authorization
string
required
Bearer token for API authentication. Format: Bearer {{apiToken}}

Parameters

uniqueId
string
required
Unique identifier of the user to be deleted.

Status Codes

200 - OK