DELETE
/
admin
/
user
/
{userId}
/
permanent-delete
shell
curl --request DELETE \
  --url https://app.teable.ai/api/admin/user/%7BuserId%7D/permanent-delete \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'

Authorizations

Authorization
string
header
required

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

Path Parameters

userId
string
required

Response

200

Permanent delete a user by user ID for admin