DELETE
/
events
/
v3
/
event-definitions
/
{eventName}
/
property
/
{propertyName}
Delete a property from a custom event definition
curl --request DELETE \
  --url https://api.hubapi.com/events/v3/event-definitions/{eventName}/property/{propertyName} \
  --header 'Authorization: Bearer <token>'
This response has no body data.
Supported products
Requires one of the following products or higher.
Marketing HubMarketing HubEnterprise
Sales HubSales HubEnterprise
Service HubService HubEnterprise
Content HubContent HubEnterprise

Required Scopes

This API requires one of the following scopes:
  • behavioral_events.event_definitions.read_write

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

eventName
string
required

The internal name of the custom event.

propertyName
string
required

The internal name of the property to delete.