Skip to content

Delete Custom Script

DELETE
/scripts/{scriptId}

Permanently removes a custom script from the user's library. Only the script creator can delete custom scripts.

Authorizations

BearerAuth

Enter your session token to authenticate API requests

Type
HTTP (bearer)

Parameters

Path Parameters

scriptId*

The unique identifier of the script to delete

Type
string
Required

Query Parameters

organizationId

Optional: Organization ID if deleting organization script

Type
string

Responses

Script successfully deleted

application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License