Skip to main content
DELETE
/
field-configurations
/
{id}
/
items
/
{itemId}
Delete Field Configuration Item
curl --request DELETE \
  --url https://api.attention.tech/v2/field-configurations/{id}/items/{itemId} \
  --header 'Authorization: <api-key>'
This response has no body data.

Documentation Index

Fetch the complete documentation index at: https://docs.attention.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

UUID of the field configuration.

itemId
string
required

UUID of the field-configuration item.

Response