Skip to content

Feature Request: API DELETE Endpoint for RealtimeKit App Deletion #59

@Jaketdaniels

Description

@Jaketdaniels

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

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions