Deletes a reset password token with a specified ID.
Reset password token deleted.
Unauthorized access. Invalid credentials used.
Access forbidden.
Resource not found.
Conflict.
const request = await api.customerAuthentication.deleteResetPasswordToken({id: 'my-second-key'}); // the request does not return any fields but // you can confirm the success using the status code console.log(request.response.status); // 204
{- "status": 401,
- "title": "string",
- "detail": "string",
- "instance": "string"
}