curl --request DELETE \
--url https://api.ofauth.com/v2/access/users/lists/:listId/users/:userId \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>'{
"success": true
}Remove one user from one user list.
Permission Required: lists:write
curl --request DELETE \
--url https://api.ofauth.com/v2/access/users/lists/:listId/users/:userId \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>'{
"success": true
}Documentation Index
Fetch the complete documentation index at: https://docs.ofauth.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?