Unregister user
Request body
{
"product": "string (optional)",
"user": "string (optional)"
}Success response
Example request
curl -X POST 'http://localhost:8080/api/v4/unregister' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-d '{"product":"<product-code>","user":"<user>"}'Last updated
Was this helpful?