メインコンテンツへスキップ
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}

パスパラメータ

objectTypeId
string
必須

The id of the object type you want to delete.

クエリパラメータ

hapikey
string
必須

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

レスポンス

204

Object type deleted successfully

Last modified on April 13, 2026