---
title: "Delete an android keystore file"
method: DELETE
path: "/apps/{app-slug}/android-keystore-files/{android-keystore-file-slug}"
tags: ["android-keystore-file"]
---

# Delete an android keystore file

`DELETE /apps/{app-slug}/android-keystore-files/{android-keystore-file-slug}`

Delete an app's android keystore file. You can fetch an app's android keystore file slug if you first list all the uploaded files with the [GET /apps/{app-slug}/android-keystore-files](https://api-docs.bitrise.io/#/android-keystore-file/android-keystore-file-list) endpoint. Read more in our [Deleting a file](https://devcenter.bitrise.io/api/managing-android-keystore-files.html) guide.

## Path parameters

- `app-slug` string, required
- `android-keystore-file-slug` string, required

## Response `200`

OK

- V0ProjectFileStorageResponseModel
  - `data` V0ProjectFileStorageResponseItemModel
    - `exposed_meta_datastore` object
    - `is_expose` boolean
    - `is_protected` boolean
    - `processed` boolean
    - `slug` string
    - `upload_file_name` string
    - `upload_file_size` integer
    - `user_env_key` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bitrise/apis/bitrise-api.md) · [All operations](https://skmtc.net/bitrise/apis/bitrise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitrise/bitrise-api/revisions/89468e4a014b/schema)
