cloudflare / cloudflare/realtimekit-ui

Feature Request: API DELETE Endpoint for RealtimeKit App Deletion

Open
#59 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
64
Forks
22
Avg merge
1d 18h
Merged PRs (30d)
5

Description

This feature request proposes adding a DELETE endpoint to the RealtimeKit API for programmatic app deletion. Currently, there appears to be no documented way to delete apps via the API.

### Example Request

```bash
curl -X DELETE \
https://api.cloudflare.com/client/v4/accounts/{account_id}/realtimekit/v1/apps/{app_id} \
-H "Authorization: Bearer {api_token}" \
-H "Content-Type: application/json"
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.