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

TypeHTTP (bearer)

Parameters

Path Parameters

scriptId*

The unique identifier of the script to delete (URL encoded)

Typestring
Required

Responses

Script successfully deleted
application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License