Delete Survey Template ====================== +-----------------------------------------------------------------------+-------------------+-----------------+ | URL | Required Values | HTTP Methods | +=======================================================================+===================+=================+ | https://app.tingting.io/api/v1/survey-templates// | Template ID | DELETE | +-----------------------------------------------------------------------+-------------------+-----------------+ Soft-deletes a survey template. The record is not permanently removed from the database. Replace ```` with the template ID. Sample Request: .. code-block:: http DELETE /api/v1/survey-templates/3/ Authorization: Token Sample Response (200 OK): .. code-block:: json { "message": "Survey template deleted successfully." } **Error Response (404 Not Found):** .. code-block:: json { "detail": "No SurveyTemplate matches the given query." }