Poggio
Docs
REST APIThird Party Registration

Delete Third Party Registration

API reference for Delete Third Party Registration

DELETE
/v1/organizations/{org_id}/third_party_registration/{registration_id}

Authorization

BearerToken
AuthorizationBearer <token>

Pass an OAuth access token or an API token from Settings > MCP Server.

In: header

Path Parameters

org_id*string
registration_id*string

Response Body

application/json

curl -X DELETE "https://api.poggio.io/v1/organizations/string/third_party_registration/string"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}