---
title: "Delete Profile"
method: DELETE
path: "/video/profiles/{profile_id}"
tags: ["API Endpoints"]
---

# Delete Profile

`DELETE /video/profiles/{profile_id}`

This endpoint removes a profile given its unique `profile_id`. The profile will be removed but video assets created using the profile will remain as it is.

## Path parameters

- `profile_id` string, required

## Response `204`

204

- object

## Other responses

- `400` — 400
- `401` — 401

---

[API](https://skmtc.net/gumlet/apis/gumlet-rest-apis.md) · [All operations](https://skmtc.net/gumlet/apis/gumlet-rest-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gumlet/gumlet-rest-apis/versions/b1f7ac2aeeec/schema)
