/experiences/:id

By default, the endpoint is performing soft-deletion via finalized_at=Time.zone.now. When force=true query parameter is passed in, the endpoint is performing a hard-delete.

Path Params
string
required
Query Params
boolean

(Optional) If set to force=true the deletion will be permanent, when not provided, the endpoint is performing soft-deletion via finalized_at attribute

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json