Files
IDHAN/docs/api/paths/clusters/remove.yaml
2025-03-13 06:39:37 -04:00

26 lines
673 B
YAML

delete:
tags:
- clusters
summary: Deletes a filesystem cluster. The cluster MUST be empty before deletion.
responses:
200:
description: The cluster info was successfully removed
content:
application/json:
schema:
type: object
properties:
code:
type: integer
example: 200
422:
description: The file cluster cannot be deleted because files have not been migrated.
content:
application/json:
schema:
type: object
properties:
code:
type: integer
example: 422