---
title: "Delete a profile"
method: DELETE
path: "/v3/profiles/{profileId}"
tags: ["Profiles"]
---

# Delete a profile

`DELETE /v3/profiles/{profileId}`

Soft deletes a sender profile. The profile will be marked as deleted but data is retained. Requires admin role in the organization.

## Path parameters

- `profileId` string, required

## Headers

- `x-profile-id` string, uuid

## Request body

- SentDmServicesEndpointsCustomerAPIv3RequestsDeleteProfileRequest — Base request for mutation operations (POST, PUT, PATCH) with sandbox mode support
  - `sandbox` boolean — Sandbox flag - when true, the operation is simulated without side effects Useful for testing integrations without actual execution

## Response `204`

Profile deleted successfully

## Other responses

- `401` — Unauthorized - Invalid API credentials
- `403` — Forbidden - User does not have admin access to this profile
- `404` — Profile not found
- `500` — Internal server error

---

[API](https://skmtc.net/sentdm/apis/sent-dm-api-v3.md) · [All operations](https://skmtc.net/sentdm/apis/sent-dm-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sentdm/sent-dm-api-v3/versions/c451eca46f1b/schema)
