Delete a space
Delete a space and unassign its timers from that space. Use dry_run=true first to preview affected timers without mutating data. Timers are not deleted.
Authorizations
Use a tickward API key from Settings. API keys start with tw_. Store keys as secrets and send them as Authorization: Bearer <key>.
Headers
Optional for POST, PATCH, and DELETE requests. Generate a random UUID with an operation prefix, for example timer-create-${crypto.randomUUID()}. Reuse the same key with the same method, path, query, and JSON body to safely retry one logical write for up to 24 hours. Reusing it with a different request returns 409. The server stores only a hash of the key.
8 - 128^[A-Za-z0-9._:-]+$Query Parameters
When true, return a preview of what would change without mutating data or recording idempotency.
true Response
Deleted space or dry-run preview.
- Option 1
- Option 2
"space"Project id when the deleted resource belongs to a project.
Human-readable project name for agent confirmations.
Human-readable project or space name when available.
Human-readable timer label when available.
Timer id when a deleted share belonged to a timer.
Timer label when a deleted share belonged to an existing timer.