Cancel a Talk WIP

PUT /v1/talks/:id/cancel

Update a talk status to canceled. This allows to inform users that a talk previously scheduled has been canceled.

A talk can only be accessed with its direct link once canceled but it will still be listed on the platform.

Attributes

No attributes

Returns

If a valid talk id is passed and the talk is canceled with success the response will return the following attributes, otherwise it will return an error.

code string

message string

id string
Unique identifier of the canceled talk.

Sample response

{
  "code": "ok",
  "message": "Talk canceled successfully",
  "id": "6627cb4d6f1f3e2d6cf414bb"
}