---
title: "Delete an activation document"
method: DELETE
path: "/v1/apps/{id}/providers/{providerId}/activation/documents/{documentId}"
tags: ["Workspace API - Activation"]
---

# Delete an activation document

`DELETE /v1/apps/{id}/providers/{providerId}/activation/documents/{documentId}`

Remove an uploaded activation document. Deletion is blocked once the document has been processed (approved) by review.

## Path parameters

- `id` string, required
- `providerId` string, required
- `documentId` string, required

## Response `200`

Document deleted successfully

## Other responses

- `401` — Invalid API key
- `404` — App or document not found
- `409` — Document has already been processed and cannot be deleted

---

[API](https://skmtc.dev/hopae/apis/hconnect-api.md) · [All operations](https://skmtc.dev/hopae/apis/hconnect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hopae/hconnect-api/revisions/ed6e97ac6f2f/schema)
