Skip to main content
DELETE
Delete attribute
Deletes one attribute. It stops running for all agents it was assigned to.
This removes the record itself. Its Data Steps are separate records; delete them with Delete data step if you no longer need them.

Headers

string
required
Bearer token containing your Fini workspace API key. Format: Bearer fini_... The key needs write scope.

Path parameters

string
required
Attribute ID to delete.

Response

Returns { "success": true } when the delete succeeds.

Errors

The API key is missing, malformed, revoked, or invalid.
The API key does not include the write scope required for this route.
No attribute with that ID exists in your workspace.