Delete user
documentedPermanently delete a user from the account (administrators only).
POST /api/v1/people/delete/{user_id}/Peopleno 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)
npx -y keychains@latest curl "https://{{$group_name}}.papyrs.com/api/v1/people/delete/{{$user_id}}/?auth_token={{PAPYRS_API_KEY}}" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"confirm_delete": "{{$confirm_delete}}"}'