/public/agents/{agentId}

Delete an agent

DELETE
/public/agents/{agentId}

Delete an agent

Path Parameters

agentId*string

Header Parameters

X-API-Version?string

Response Body

curl -X DELETE "https://companion-api.napster.com/public/agents/string"
{}
{
  "code": "string",
  "description": "string",
  "type": "failure",
  "numericType": 0
}