Skip to main content
DELETE
/
agents
/
{identifier}
Delete agent
curl --request DELETE \
  --url https://api.flipsidecrypto.xyz/public/v3/agents/{identifier} \
  --header 'x-api-key: <api-key>'
{
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

identifier
string
required

Agent UUID or slug

Minimum string length: 1

Query Parameters

force
string

Set to 'true' to force delete and remove referencing workflow steps

Response

Agent config deleted successfully