Skip to main content
DELETE
/
extensions
/
sales-objects
/
v1
/
object-types
/
{objectTypeId}
Delete an object type
curl --request DELETE \
  --url https://api.hubapi.com/extensions/sales-objects/v1/object-types/{objectTypeId}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

objectTypeId
string
required

The id of the object type you want to delete.

Query Parameters

hapikey
string
required

Your Developer HAPIkey. This must be a Developer HAPIkey associated with the Developer portal that the OAuth app was created in.

Response

204

Object type deleted successfully

Last modified on March 30, 2026