Delete Task Output Target
The following example deletes an existing task output target.
- Connect to the administration web service.
- A task output target cannot be deleted whist it is referenced by other objects.
- Specify the unique identifier of the task output target to delete in GUID format.
Code Sample
# Deletes the task output target with the specified identifier.
$administration.DO_DeleteTaskOutputTarget("ad65ad4a-7ca0-4538-99eb-249bdc34498a");