DirectoryDeleteResponse type

削除操作の応答データが含まれています。

type DirectoryDeleteResponse = WithResponse<
  DirectoryDeleteHeaders,
  DirectoryDeleteHeaders
>