Delete a Talk WIP

DELETE /v1/talks/:id

Permanently delete a talk. It cannot be undone.

Attributes

No attributes

Returns

If a valid talk id is passed and the talk is deleted 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 deleted talk.

Sample response

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