Skip to main content
DELETE
/
v1
/
custom-fields
/
{id}
Python (SDK)
from polar_sdk import Polar


with Polar(
    access_token="<YOUR_BEARER_TOKEN_HERE>",
) as polar:

    polar.custom_fields.delete(id="<value>")

    # Use the SDK ...
{
  "error": "<string>",
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

You can generate an Organization Access Token from your organization's settings.

Path Parameters

id
string<uuid4>
required

The custom field ID.

Response

Custom field deleted.