Delete a Reset Password Token with predefined identifier string.
ResetPasswordToken was deleted.
Unauthorized access, invalid credentials were used.
Access forbidden.
Resource was 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"
}