Delete Partner in Cognito App Client

DELETE /admin/cognito/partner/{clientId}

Path parameters

  • clientId string Required

Responses

  • 422
    Hide response attributes Show response attributes object
    • message object Required
    • data object Required
  • 200
  • 400
    Hide response attributes Show response attributes object
    • message object Required
    • data object Required
  • 401
    Hide response attributes Show response attributes object
    • message object Required
    • data object Required
DELETE /admin/cognito/partner/{clientId}
curl \
 -X DELETE https://open-api.hml.soupi.com.br/admin/cognito/partner/{clientId} \
 -H "Authorization: $API_KEY"
Response examples (422)
{
  "message": {},
  "data": {}
}
Response examples (422)
{
  "message": {},
  "data": {}
}
Response examples (400)
{
  "message": {},
  "data": {}
}
Response examples (400)
{
  "message": {},
  "data": {}
}
Response examples (401)
{
  "message": {},
  "data": {}
}
Response examples (401)
{
  "message": {},
  "data": {}
}