cURL
curl --request DELETE \
--url https://app.teable.ai/api/auth/user \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"spaces": [
{
"id": "<string>",
"name": "<string>",
"deletedTime": "<string>"
}
]
}auth
Delete authuser
Delete user
DELETE
/
auth
/
user
cURL
curl --request DELETE \
--url https://app.teable.ai/api/auth/user \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"spaces": [
{
"id": "<string>",
"name": "<string>",
"deletedTime": "<string>"
}
]
}Last modified on March 5, 2026
Was this page helpful?
⌘I

