Skip to main content
DELETE
/
journeys
/
{journeyId}
Delete a journey
curl --request DELETE \
  --url https://apix.spotzee.com/api/client/journeys/{journeyId} \
  --header 'Authorization: Bearer <token>'
true

Documentation Index

Fetch the complete documentation index at: https://docs.spotzee.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Project-scoped secret API key (sk_…). Pass in the Authorization: Bearer <key> header. Grants access to the project the key was issued for.

Path Parameters

journeyId
integer | null

Numeric journey identifier.

Example:

33

Response

Returns true once the operation completes.

The response is of type boolean.