cURL
curl --request DELETE \ --url https://shelfforce.ai/api/v1/members/{userId} \ --header 'Authorization: Bearer <token>'
{ "data": { "deleted": true } }
Removes a member from the organisation. The organisation owner cannot be removed. Requires admin role.
API key with sf_live_ prefix. Pass as Authorization: Bearer sf_live_...
sf_live_
Authorization: Bearer sf_live_...
User ID of the member to remove
Member removed.
Show child attributes