1. Home
  2. Docs
  3. Data Subscriber API Documentation
  4. Endpoints – Persons
  5. DELETE /persons/:id/report

DELETE /persons/:id/report

Delete the authentication and credit information, if you had added any for this person.

Note. This will delete the resources added with POST /persons/:id/authenticate and POST /persons/:id/verify.

Headers

Name Value
Authorization Bearer {JWT}

URL parameters

Name Value
id integer

Response status

Code Value
204 Resource deleted
400 Request incorrect (cannot delete).
401 Not authorized

How can we help?