Skip to main content
DELETE
/
cabinet
/
admin
/
promo-groups
/
{group_id}
Delete Promo Group Endpoint
curl --request DELETE \
  --url https://api.example.com/cabinet/admin/promo-groups/{group_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

group_id
integer
required

Response

Successful Response