Archiving a group
Archives a group.
Reports on archived groups remain available.
Request format
DELETE https://push.api.appmetrica.yandex.net/push/v1/management/group/{groupId}
|
Group ID. |
Sample request
cURL
HTTP
curl -X DELETE \
https://push.api.appmetrica.yandex.net/push/v1/management/group/XXXXXX \
-H 'Authorization: OAuth <your_token>'
where <your_token>
is an OAuth token that can be obtained using instructions.
DELETE /push/v1/management/group/XXXXXX HTTP/1.1
Host: api.appmetrica.yandex.ru
Authorization: OAuth <your_token>
where <your_token>
is an OAuth token that can be obtained using instructions.
If you didn't find the answer you were looking for, you can use the feedback form to submit your question. Please describe the problem in as much detail as possible. Attach a screenshot if possible.
Was the article helpful?
Previous