Delete a property definition
DELETE/v2/prism/{teamId}/{objectType}/properties/{propertyId}
Removes the property definition and any of its options. Fails with 409 property_in_use if records still reference the property.
Delete a property definition
curl https://developers.micro.so/v2/prism/$TEAM_ID/$OBJECT_TYPE/properties/$PROPERTY_ID \
-X DELETE \
-H "x-api-key: $MICRO_API_KEY"