Poggio
Docs
REST APIV2 BetaThird Party Registration

Delete Third Party Registration

Permanently delete a third-party registration by ID.

DELETE
/v2beta/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

registration_id*string

Response Body

application/json

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