Delete Attribute
DELETE {{apiPath}}/environments/{{envID}}/schemas/{{schemaID}}/attributes/{{schemaAttrID}}
The following sample shows the DELETE /environments/{{envID}}/schemas/{{schemaID}}/attributes/{{schemaAttrID}}
operation to delete the attribute identified in the request URL by its ID.
For successful delete operations, a 204 NO CONTENT
message is returned by the request.