---
title: "Cancel a pending email change"
method: DELETE
path: "/v1/profiles/me/email-change"
tags: ["Profile"]
---

# Cancel a pending email change

`DELETE /v1/profiles/me/email-change`

Drops the pending email-change request without applying it. Safe to call when no change is pending.

## Response `200`

Pending change cleared

## Other responses

- `401` — User is not authorized to access this endpoint
- `500` — Internal server error

---

[API](https://skmtc.net/timesheet/apis/timesheet-api.md) · [All operations](https://skmtc.net/timesheet/apis/timesheet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timesheet/timesheet-api/revisions/fbe59bacb638/schema)
