Use the ably push config clear-apns command to clear APNs push notification configuration for an app.
Synopsis
ably push config clear-apns [options]Options
--app
The app ID to clear configuration for.
--force | -f
Skip confirmation prompt. Required when using --json. The default is false.
--json
Output results as compact JSON. Mutually exclusive with --pretty-json.
--pretty-json
Output results in formatted JSON. Mutually exclusive with --json.
--verbose | -v
Enable verbose logging. Can be combined with --json or --pretty-json.
Examples
Clear APNs configuration with confirmation:
ably push config clear-apnsForce clear APNs configuration:
ably push config clear-apns --forceForce clear APNs configuration and output in JSON format:
ably push config clear-apns --force --jsonSee also
- Push — Explore all
ably pushcommands. - CLI reference — Full list of available commands.