---
title: "Delete a Send As Association by allowed user"
method: DELETE
path: "/send_as/"
tags: ["send_as"]
---

# Delete a Send As Association by allowed user

`DELETE /send_as/`

The `allowing_user_id` must be equal to your user ID.

Supply both the `allowing_user_id` and the `allowed_user_id` to delete an association by those users.

## Query parameters

- `allowed_user_id` string
- `allowing_user_id` string

## Response `204`

No content

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

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