Delete a script
Scripts
Delete a script
Delete a script by its id. Requires the WRITE_SCRIPTS scope.
DELETE
Delete a script
Deletes the script by id. The store is bound to your app token server-side — never send a shop id.
Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Path Parameters
The script's id (Mongo ObjectId).
Response
The script was deleted.
Standard Salesive response envelope. The operation-specific payload is carried in data.

