Delete IT System Using External ID

Overview

The DELETE /api/hub/external-integration/it-systems/external-id/{external-id} endpoint permanently deletes an IT System record identified by its External ID.

What you can do
Delete an IT System record by passing its External ID as a path parameter
Prerequisites
A valid OAuth 2.0 bearer token
Endpoint Reference
Method
DELETE
Content-Type
application/json
URL
api/hub/external-integration/it-systems/external-id/{external-id}
Required Path Parameters
Name Value Description
externalId String The External ID of the IT System to delete.
Sample curl Request
curl -X DELETE \
  --header 'Accept: application/json' \
  --header 'Authorization: Bearer <Auth Token>' \
  'api/hub/it-systems/external-id/{external-id}'
Responses
Success Response
Code: 201
{}
Error Responses
Code: 400 Bad Request
Code: 401 Unauthorized
Code: 403 Forbidden
Code: 404 Not Found
TrustArc  ·  Hub API — DELETE /api/hub/external-integration/it-systems/external-id/{external-id}  ·  support.trustarc.com