Delete a topic

DELETE /v1/forums/{forumId}/topics/{topicId}

Delete a topic

Path parameters

  • forumId string Required

    The id of the forum

  • topicId string Required

    The id of the topic

Responses

  • 204

    Topic successfully deleted

  • 400

    Malformed payload

  • 404

    Topic not found

DELETE /v1/forums/{forumId}/topics/{topicId}
curl \
 --request DELETE 'https://openapi.meltingspot.io/v1/forums/{forumId}/topics/{topicId}'