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 |