Deletes an S3 File System. You can optionally force deletion of a file system that has pending export data.
delete/file-systems/{fileSystemId}
Path parameters
fileSystemIdstring required
The ID or Amazon Resource Name (ARN) of the S3 File System to delete.
Query parameters
forceDeleteboolean
If true, allows deletion of a file system that contains data pending export to S3. If false (the default), the deletion will fail if there is data that has not yet been exported to the S3 bucket. Use this parameter with caution as it may result in data loss.
Response
Success