DELETE /api/endpoint/scripts_library/{script_id}

Spaces method and path for this operation:

delete /s/{space_id}/api/endpoint/scripts_library/{script_id}

Refer to Spaces for more information.

Delete a script

Path parameters

  • script_id string Required

    The ID of the script entry to be deleted.

Responses

  • 200 application/json

    Delete script response.

DELETE /api/endpoint/scripts_library/{script_id}
curl \
 --request DELETE 'https://localhost:5601/api/endpoint/scripts_library/fr518850-681a-4y60-aa98-e22640cae2b8' \
 --header "Authorization: $API_KEY"
Response examples (200)
{
  "summary": "Delete script response example.",
  "value": {}
}