curl --request DELETE \
--url https://apix.spotzee.com/api/client/journeys/{journeyId} \
--header 'Authorization: Bearer <token>'trueArchives the journey on first call; a second call against an already-archived journey permanently deletes it.
curl --request DELETE \
--url https://apix.spotzee.com/api/client/journeys/{journeyId} \
--header 'Authorization: Bearer <token>'trueDocumentation Index
Fetch the complete documentation index at: https://docs.spotzee.com/llms.txt
Use this file to discover all available pages before exploring further.
Project-scoped secret API key (sk_…). Pass in the Authorization: Bearer <key> header. Grants access to the project the key was issued for.
Numeric journey identifier.
33
Returns true once the operation completes.
The response is of type boolean.
Was this page helpful?