Delete a Teradata System | Teradata Query Service - Deleting Teradata Systems - Teradata Query Service

Teradata® Query Service Installation, Configuration, and Usage Guide for Customers

Product
Teradata Query Service
Release Number
4.01.03.01
Published
April 2022
Language
English (United States)
Last Update
2022-06-20
dita:mapPath
xnt1648539781334.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2700
Product Category
Analytical Ecosystem
You can first get the details of all the systems and then delete a particular system.
curl -k -X GET 'https://<QS_HOSTNAME>:1443/systems' --header 'Authorization: Basic <ADMIN_TOKEN>'

curl -k -X DELETE 'https://<QS_HOSTNAME>:1443/systems/<systemName>' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic <ADMIN_TOKEN>'