{"openapi":"3.0.4","info":{"title":"Delete an agent","version":"0.0.1"},"servers":[{"url":"https://fbn-prd.lusid.com/candela"}],"paths":{"/api/agents/{scope}/{code}":{"delete":{"tags":["Agents"],"summary":"Delete an agent","operationId":"DeleteAgent","parameters":[{"name":"code","in":"path","description":"The unique code of the scope","required":true,"schema":{"maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9\\-_]+$","type":"string"}},{"name":"version","in":"query","description":"The version to delete","schema":{"type":"integer","format":"int32"},"x-nullable":true},{"name":"scope","in":"path","description":"The scope of the agent. Default is \"default\"","required":true,"schema":{"maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9\\-_]+$","type":"string","default":"default"}}],"responses":{"204":{"description":"No Content","content":{}},"400":{"description":"The details of the input related failure","content":{"application/json":{"schema":{"$ref":"/docs/api/candela/schemas.json#/components/schemas/LusidValidationProblemDetails"}}}},"404":{"description":"The agent was not found","content":{"application/json":{"schema":{"$ref":"/docs/api/candela/schemas.json#/components/schemas/LusidProblemDetails"}}}},"default":{"description":"Error response","content":{"application/json":{"schema":{"$ref":"/docs/api/candela/schemas.json#/components/schemas/LusidProblemDetails"}}}}},"security":[{"BearerAuth":[]}],"x-fbn-apistatus":"EarlyAccess"}}},"components":{"securitySchemes":{"BearerAuth":{"type":"http","scheme":"bearer"}}}}