Delete a predefined message by id (manager)

DELETE /manager/predefined-messages/{id}

Path parameters

  • id integer Required

    The predefined message id

Responses

  • Predefined message active successfully

  • 401 application/json

    Unauthorized.

    Hide response attribute Show response attribute object
  • Forbidden - You don't have permission to access this route

  • Not found - The predefined message does not exist

DELETE /manager/predefined-messages/{id}
curl \
 -X DELETE https://domain.tld/api/v2/manager/predefined-messages/{id}
Response examples (401)
{
  "message": "Unauthorized."
}