cURL
curl --request DELETE \ --url https://api.flipsidecrypto.xyz/public/v3/agents/{identifier} \ --header 'x-api-key: <api-key>'
{ "error": "<string>" }
Deletes an agent by UUID or slug. Returns 409 with affected workflow steps if the agent is referenced by workflows. Use ?force=true to delete the agent and remove referencing workflow steps.
Agent UUID or slug
1
Set to 'true' to force delete and remove referencing workflow steps
Agent config deleted successfully
Was this page helpful?