External API calls
Delete external API call
Delete one external API call step.
DELETE
Deletes one external API call 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
External API call step ID to delete.
Response
Returns{ "success": boolean }.
Errors
403 Forbidden
403 Forbidden
The API key does not include the
write scope required for this route.
