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
TypeHTTP (bearer)
Parameters
Path Parameters
snippetId*
The unique identifier of the snippet to delete
Typestring
RequiredQuery Parameters
organizationId
Optional: Organization ID if deleting organization snippet
Typestring
Responses
Snippet successfully deleted
application/json
JSON
{
}
