action rumble_remove_account_credential { label: "Remove this credential" provider: rumble method: DELETE path: "/account/credentials/{credential_id}" encoding: json input: { type: "object" properties: { credential_id: { type: "string" format: "uuid" } } required: ["credential_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }