Unregister

POST {{baseUrl}}/unregister

This request un-registers a token by using the token collection variable in the POST body.

We also added a test to ensure the response has a 200 OK status code.

Request Body

{"token"=>"{{token}}"}