Delete user
documentedDelete a User resource belonging to a specific Account.
DELETE /accounts/{account_id}/users/{user_id}Accountsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
Note: Copper's official API docs show the Delete a User endpoint at DELETE /accounts/{account_id}/users/{user_id}, with the Next environment base URL https://api.usecopper.com/next/accounts/{account_id}/users/{user_id}. See the Users API reference and Delete a User example in Copper's docs. ([usecopper.com](https://usecopper.com/docs/api_reference/users))
npx -y keychains@latest curl "https://api.usecopper.com/next/accounts/{{$account_id}}/users/{{$user_id}}" \
-X DELETE \
-u "{{COPPER_API_KEY}}": \
-H "Accept: application/json" \
-H "Content-Type: application/json"