Skip to main content

Delete a folder

DELETE 

/folders/:id

Delete an existing folder.

Request

Path Parameters

    id stringrequired

    The UUID of the resource

Responses

OK

Schema
    name stringrequired

    The name of the folder

    id stringrequired

    The UUID of the folder

    parent stringrequired

    The parent folder

    description string

    The description of the folder

    labels string[]

    Labels assigned to the folder

    snippets string[]

    Snippets associated with the folder

Loading...