Disassociates a payment plan from an agent.
cURL
curl --request DELETE \ --url https://api.sandbox.nevermined.dev/api/v1/protocol/agents/{agentId}/plan/{planId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Your Nevermined API Key (starts with 'nvm:'). Get one at nevermined.app under Settings > API Keys.
The agent's unique identifier
The plan's unique identifier
Plan removed from agent
true