Delete a folder
DELETE https://{{base_url}}/v3/assets/folders/{{folder_uid}}
The Delete a folder call is used to delete an asset folder along with all the assets within that folder.
To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken.Â
Read more about it in Authentication.
For more information, refer to the Delete a folder API Reference document
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
api_key | string | Enter the API key of the stack that holds the asset | |
authtoken | string | ||
authorization | string | For this call we recommend you to use management token. | |
branch | string | Enter your branch unique ID. | |
Content-Type | string |