Auth
Cancel a pending sign-in email change
DELETE
/auth/email-change/{id}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Email-change challenge ID
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
curl -X DELETE "https://example.com/auth/email-change/string"{ "$schema": "https://example.com/api/v1/schemas/CancelEmailChangeOutputBody.json", "canceled": true}