Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.arklow.io/v1/orgs/{org_id}/members/{user_id} \ --header 'x-arklow-auth: <api-key>'
{ "data": { "id": "<string>", "org_id": "<string>", "user_id": "<string>", "permissions": [ "owner" ], "email": "<string>" }, "errors": [ { "code": "<string>", "message": "<string>" } ] }
Delete a member from the provided organization.
Organization identifier
^[0-9]+$
User identifier of the member
Default Response
Show child attributes