For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete an attribute configuration

Permanently deletes the attribute configuration, removing the attribute from the attribute set.

delete
/attribute_config/{id}/
Authorizations
AuthorizationstringRequired

Token credential sent in the Authorization header, in the form: Token <your-token>. Requires a staff (admin) account.

Path parameters
idintegerRequired

The unique identifier of the attribute configuration.

Responses
204

The attribute configuration was deleted. No content is returned.

No content

delete/attribute_config/{id}/
DELETE /api/remote/1/attribute_config/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*

No content

Last updated

Was this helpful?