Delete Third Party Using Internal ID

Overview

The DELETE /api/hub/external-integration/third-parties/internal-id/{internal-id} endpoint permanently deletes a Third Party record identified by its Internal ID.

What you can do
Delete a Third Party record by passing its Internal 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/third-parties/internal-id/{internal-id}
Required Path Parameters
Name Value Description
internalId String The Internal ID of the Third Party to delete.
Sample curl Request
curl -X DELETE \
  --header 'Accept: application/json' \
  --header 'Authorization: Bearer <Auth Token>' \
  'api/hub/third-parties/internal-id/{internal-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/third-parties/internal-id/{internal-id}  ·  support.trustarc.com