Skip to content

Delete Snippet

DELETE
/snippet/{snippetId}

Permanently removes a snippet from the user's account. This action cannot be undone.

Authorizations

BearerAuth

Enter your session token to authenticate API requests

Type
HTTP (bearer)

Parameters

Path Parameters

snippetId*

The unique identifier of the snippet to delete

Type
string
Required

Query Parameters

organizationId

Optional: Organization ID if deleting organization snippet

Type
string

Responses

Snippet successfully deleted

application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License