Skip to main content
DELETE
Delete data step
Deletes one Data Step from an action or attribute’s chain.

Headers

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

Path parameters

string
required
Data Step ID to delete.

Response

Returns { "success": boolean }.

Errors

The API key is missing, malformed, revoked, or invalid.
The API key does not include the write scope required for this route.