Description
Destroy a team static external ID in Tines.
Request
HTTP Method: POST
| Parameter | Description |
|---|---|
| team_id | The team ID. |
Sample request
curl -X POST \
https://<<META.tenant.domain>>/api/v1/teams/<<team_id>>/destroy_static_external_id \
-H 'content-type: application/json' \
-H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>'
Response
A successful request will return a 200 response and the ID of the destroyed team static external ID.
12