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