Deleting an app's certificate fingerprint

Deletes the specified certificate fingerprint from the AppMetrica server.

Request format

DELETE https://api.appmetrica.yandex.ru/management/v1/application/{id}/events_certs_fingerprints/android/{fingerprint_id}

id

App ID.

fingerprint_id

Certificate fingerprint ID. You can get a list of IDs using the Information about app certificate fingerprints operation.

Response format

{
    "success": boolean
}

success

Operation status.

Example

Request:

curl -X DELETE 'https://api.appmetrica.yandex.ru/management/v1/application/8888/events_certs_fingerprints/android/24' \
-H 'Authorization: OAuth oauth_token'

Response:

{
    "success": true
}

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.

Contact support