cURL
curl --request DELETE \ --url https://api.aimtell.com/prod/site/{idSite}/permitted \ --header 'Content-Type: application/json' \ --header 'X-Authorization-Api-Key: <api-key>' \ --data ' { "uid": "<string>" } '
{ "result": "success", "message": "Removed user ab123c4d55ef succesfully." }
Removes access to a site to a registered user by uid
Site ID
uid of user
200