---
title: "EmailMailboxRelations.delete"
method: DELETE
path: "/entities/EmailMailboxRelations/{id}"
tags: ["Email"]
---

# EmailMailboxRelations.delete

`DELETE /entities/EmailMailboxRelations/{id}`

Removes EmailMailboxRelation with given id

## Path parameters

- `id` string, uuid, required

## Query parameters

- `validation-level` integer

## Response `200`

Removal confirmation

- object
  - `success` boolean — True when response succeeded, false on error.
  - `data` string, uuid — id of deleted EmailMailboxRelation

## Other responses

- `404` — Sent when invalid ID is given
- `500` — unexpected error

---

[API](https://skmtc.net/aws/apis/pipeliner-cloud-api.md) · [All operations](https://skmtc.net/aws/apis/pipeliner-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/pipeliner-cloud-api/versions/e8c12ae60aca/schema)
