---
title: "Delete custom field section"
method: DELETE
path: "/custom_fields/section/{section_id}"
tags: ["Custom Fields Section"]
---

# Delete custom field section

`DELETE /custom_fields/section/{section_id}`

This endpoint enables you to delete a specific custom field section of your organization. All custom fields in the section will be moved to no section (section_id = null). `PROVIDER` users can pass `org_id` to delete custom field sections for a managed organization.

## Path parameters

- `section_id` integer, required — Id of the custom field section

## Query parameters

- `org_id` integer

## Response `200`

OK

- object
  - `status` 'success' — Request status

## Other responses

- `400` — Your request is incorrect
- `401` — You are not authenticated
- `403` — You are not allowed to perform this action
- `404` — Resource does not exist

---

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