Authorizations
Master API key for administrative operations
Path Parameters
Response
User deleted successfully
curl --request DELETE \
--url http://localhost:3000/master/users/{userId} \
--header 'X-API-Key: <api-key>'Deletes a user and all associated data (Master API)
curl --request DELETE \
--url http://localhost:3000/master/users/{userId} \
--header 'X-API-Key: <api-key>'Master API key for administrative operations
User deleted successfully
Was this page helpful?