Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/tours/tours.controller.ts
Delete an experience
Endpoint
DELETE /tours/:projectId/experiences/:id
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | ✓ | |
id | path | string | ✓ |
Referenced By
ToursController(MODULE_DECLARES)
Was this page helpful?