Documentation Index
Fetch the complete documentation index at: https://docs.usertour.io/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Unique identifier for the user. This should match the user’s ID in your system.
Response
Unique identifier for the user. This should match the user’s ID in your system.
Represents the object’s type. Always “user”.
Indicates whether the user was successfully deleted. Always true when the request succeeds.
curl https://api.usertour.io/v1/users/usr_123456789 \
-XDELETE \
-H 'Authorization: Bearer ak_123456789'
{
"id": "usr_123456789",
"object": "user",
"deleted": true
}