DeleteEmailContentAsk AIdelete https://api.dengage.com/rest/contents/email/{contentId}DeleteEmailContent function deletes an email content.Path ParamscontentIdstringrequiredlength between 36 and 36The uuid of the content to be deletedHeadersAuthorizationstringrequiredDefaults to {$$.env_access_token}Responses 200The operation is successful and the content has been deleted 400Bad request. 401Not-authenticated. Please re-login. 403The operation is not allowed. Your api user is not authorized to use this api. 404The content is not found.Updated 7 months ago