Delete a System - Teradata Listener

Teradata® Listener™ User Guide

Product
Teradata Listener
Release Number
2.03
Published
September 2018
Language
English (United States)
Last Update
2018-10-01
dita:mapPath
kum1525897006440.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2910
lifecycle
previous
Product Category
Analytical Ecosystem

To delete (disable) a system set the state to 0. Deleted systems are not listed in Listener. If a system has associated targets, it cannot be deleted.

Definition

DELETE https://listener-app-services.teradata.com/v1/systems/{system_id} HTTP/1.1

Example Request

curl \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer TOKEN" \
  -X DELETE \
  -i \
  https://listener-app-services.teradata.com/v1/systems/9dda5570-70e0-45be-8449-83f33320cd08

Example Response

HTTP/1.1 204 No Content

Response Codes

Code Description
204 System successfully deleted.
400 Required property missing from request.
401 Authorization header not found.
404 Resource not found.