Company logoTrust Center Documentation
API v1 ReferenceCustom tabsId

Delete a custom tab

Delete a custom tab and the navigation row that points at it. Browse request parameters, authentication requirements, response payloads, and working code…

DELETE
/api/v1/custom-tabs/{id}

Delete a custom tab and the navigation row that points at it.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Custom tab identifier

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v1/custom-tabs/tab-vendor-assurance"
{  "id": "string"}

How is this guide?