REST APIV2Third Party Registration
Delete Third Party Registration
Permanently delete a third-party registration by 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"
}
]
}