delete https://{server}/api/v2.1/admin/users//
Delete a user by their ID.
If the user is in a team, you cannot delete them with this request, but with the request Delete Team User.
Response
Delete a user by their ID.
If the user is in a team, you cannot delete them with this request, but with the request Delete Team User.
xxxxxxxxxx
curl --request DELETE \
--url https://cloud.seatable.io/api/v2.1/admin/users/user_id/ \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: