cURL
curl --request DELETE \ --url https://api.smokeball.com/firmusers/{id} \ --header 'Authorization: <api-key>' \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "href": "<string>", "relation": "<string>", "method": "GET" }
Removes the user from the firm associated with the authenticated client.
The staff member is set as a former staff member and a former user. User access is also disabled.
OK
The response is of type object.
object