Directus / @directus/sdk / rest / deleteCollection
Function: deleteCollection() ​
deleteCollection<
Schema
>(collection
):RestCommand
<void
,Schema
>
Defined in: rest/commands/delete/collections.ts:10
Delete a collection.
Type Parameters ​
• Schema
Parameters ​
collection ​
string
Returns ​
RestCommand
<void
, Schema
>