Poggio
Docs
REST APIV2Third Party Registration

Delete Third Party Registration

Permanently delete a third-party registration by ID.

DELETE
/v2/third_party_registration/{registration_id}

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

registration_id*string

Response Body

application/json

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