Delete Journey
DELETE/journeys/:journey_id
Deletes a journey from the system.
Also deletes the associated guideline. Deleting a non-existent journey will return 404. No content will be returned from a successful deletion.
Request
Responses
- 204
- 404
- 422
Journey successfully deleted. No content returned.
Journey not found. The specified `journey_id` does not exist
Validation Error