Delete script

Delete a script from your account.


DELETE/api/scripts/{script}

Delete a script

Permanently deletes a script from your account.

Request

DELETE
/api/scripts/{script}
curl -X DELETE "https://ploi.io/api/scripts/{script}" \
  -H "Authorization: Bearer {token}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"

Response

{
  "message": "Script has been deleted."
}