action vocadb_delete_api_albums_id { label: "delete_api_albums_id" provider: vocadb method: DELETE path: "/api/albums/{id}" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int32" } notes: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }