drives

Delete a drive

Deletes a drive immediately. The drive record is removed from the database synchronously.

delete/drives/{driveName}

Path parameters

driveNamestring required

Response

successful operation

messagestring
namestring

Example response

{
  "message": "Drive deleted successfully",
  "name": "my-drive"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.