Delete an Attribute
DELETE
Delete an Attribute
https://api.moltin.com/v2/fields/:id
Parameters
Path parameters
Name | Required | Type | Description |
---|---|---|---|
id | Required | string | The unique identifier for the attribute that you want to delete. |
Headers
Name | Required | Type | Description |
---|---|---|---|
Authorization | Required | string | The Bearer token required to get access to the API. |
Request Example
curl -X DELETE https://api.moltin.com/v2/fields/:id \
-H "Authorization: Bearer XXXX"
Response Example
204 No Content