---
title: "Delete Ingest Profile"
method: DELETE
path: "/accounts/{{account_id}}/profiles/{profile_id}"
tags: ["Profiles"]
---

# Delete Ingest Profile

`DELETE /accounts/{{account_id}}/profiles/{profile_id}`

Delete a custom ingest profile for the account. Note that you can also do this through Video Cloud Studio

## Path parameters

- `account_id` string, required
- `profile_id` string, required

## Headers

- `Content-Type` string, required
- `Authorization` string, required

## Response `204`

NO CONTENT (success)

## Other responses

- `400` — BAD_REQUEST: Invalid JSON - message varies according to the problem
- `401` — NOT_AUTHORIZED: Credentials are required to access this resource.
- `404` — NOT_FOUND: Resource not found
- `409` — CONFLICT: Could not create profile with this name and id (profile name or id already exists)
- `422` — UNPROCESSABLE_ENTITY: required field missing - message varies according to the issue

---

[API](https://skmtc.net/brightcovelearning/apis/brightcove-ingest-profiles-api-reference.md) · [All operations](https://skmtc.net/brightcovelearning/apis/brightcove-ingest-profiles-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brightcovelearning/brightcove-ingest-profiles-api-reference/revisions/ce468beca057/schema)
