curl --request DELETE \
--url https://api.hubapi.com/crm-object-schemas/v3/schemas/{objectType}
This response has no body data.
Deletes a schema. Any existing records of this schema must be deleted first. Otherwise this call will fail.
curl --request DELETE \
--url https://api.hubapi.com/crm-object-schemas/v3/schemas/{objectType}
This response has no body data.
Fully qualified name or object type ID of your schema.
Whether to return only results that have been archived.
Was this page helpful?