Skip to main content
DELETE
/
protocol
/
agents
/
{agentId}
/
plan
/
{planId}
Remove Plan from Agent
curl --request DELETE \
  --url https://api.sandbox.nevermined.dev/api/v1/protocol/agents/{agentId}/plan/{planId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Your Nevermined API Key (starts with 'nvm:'). Get one at nevermined.app under Settings > API Keys.

Path Parameters

agentId
string
required

The agent's unique identifier

planId
integer
required

The plan's unique identifier

Response

Plan removed from agent

success
boolean
Example:

true