DeleteSmsContentAsk AIdelete https://api.dengage.com/rest/contents/sms/{contentId}DeleteSmsContent function deletes an SMS content from the system.Path ParamscontentIdstringrequiredlength between 36 and 36The UUID of the SMS content to be deletedHeadersAuthorizationstringrequiredDefaults to {$$.env.access_token}Responses 200The operation is successful and the content has been deleted. 400Bad request, occurs when the contentId is missing or has an invalid format. 401Not-authorized. Please re-login. 403The operation is not allowed. Your API user is not authorized to use this API. 404The SMS content with the specified contentId was not found. 500Unexpected error occurred on the server.Updated 7 months ago