Skip to main content

Delete a snippet

DELETE 

/snippets/:id

Delete an existing snippet.

Request

Path Parameters

    id stringrequired

    The UUID of the resource

Responses

OK

Schema
    name stringrequired

    The name of the snippet

    description string

    The description of the snippet

    id stringrequired

    The UUID of the snippet

    type string

    Possible values: [predefined, custom]

    The snippet type

    labels string[]

    Labels applied to the snippet

Loading...