cURL
curl --request DELETE \ --url https://staging-api.puppetvendors.com/settings/team/{userId} \ --header 'x-access-token: <api-key>'
Remove a team member from the vendor account
Documentation IndexFetch the complete documentation index at: https://dev.puppetvendors.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://dev.puppetvendors.com/llms.txt
Use this file to discover all available pages before exploring further.
{ "success": true }
curl -X DELETE "https://staging-api.puppetvendors.com/settings/team/665a1b2e3d98f0001a2b3c81" \ -H "x-access-token: YOUR_VENDOR_TOKEN"
Was this page helpful?