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
Requiredstring
Query Parameters
organizationId
Optional: Organization ID if deleting organization script
Type
string
Responses
Script successfully deleted
application/json
JSON
{
}
