Logo
Fireblocks API Documentation

Delete workflow configuration

DELETE {{baseUrl}}/payments/workflow_config/:configId

Delete a configuration using the specified configId.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "configId": "<string>" }



Curl
curl -X DELETE 'https://api.fireblocks.io/v1/payments/workflow_config/:configId' -H 'Accept: application/json'

ENDPOINTS