Skip to main content
DELETE
/
api
/
v1
/
management
/
attribute-classes
/
{attributeClassId}
Delete Attribute Class
curl --request DELETE \  --url https://{baseurl}/api/v1/management/attribute-classes/{attributeClassId} \  --header 'x-api-key: <x-api-key>'
{  "data": {  "archived": false,  "createdAt": "2024-04-22T08:59:27.319Z",  "description": null,  "environmentId": "clurwouax000azffxt7n5unn3",  "id": "clvaq78470004mhqfm0x3kasv",  "name": "Init Attribute 2",  "type": "code",  "updatedAt": "2024-04-22T08:59:27.319Z"  } }

Headers

x-api-key
string
required

Path Parameters

attributeClassId
string
required

Response

OK

The response is of type object.