Company logoTrust Center Documentation
API v1 ReferenceTrusted byId

Delete Trusted By entry

Permanently remove a Trusted By entry and detach its linked logo asset. Browse request parameters, authentication requirements, response payloads, and…

DELETE
/api/v1/trusted-by/{id}

Permanently remove a Trusted By entry and detach its linked logo asset.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Trusted By ID

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v1/trusted-by/string"
Empty
{
  "error": "string",
  "details": "string"
}
{
  "error": "string",
  "details": "string"
}
{
  "error": "string",
  "details": "string"
}
{
  "error": "string",
  "details": "string"
}

How is this guide?