curl --request DELETE \
--url https://api.hubapi.com/crm-object-schemas/v3/schemas/{objectType} \
--header 'Authorization: Bearer <token>'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} \
--header 'Authorization: Bearer <token>'This response has no body data.