cURL
curl --request DELETE \ --url https://staging-api.puppetvendors.com/v1/users/{userId} \ --header 'x-access-token: <api-key>'
Permanently delete a vendor portal user 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.
{ "message": "User deleted successfully.", "user": { ... } }
curl -X DELETE "https://api.puppetvendors.com/v1/users/61a2b3c4d5e6f7g8h9i0j1k2" \ -H "x-access-token: YOUR_JWT_TOKEN"
Was this page helpful?