DeletePushContentAsk AIdelete https://api.dengage.com/rest/contents/push/{contentId}DeletePushContent function deletes a push content.Path ParamscontentIduuidrequiredID of the push content to delete. Must be a valid UUID format.HeadersAuthorizationstringDefaults to {$$.env.access_token}Responses 200The operation is successful and the content has been deleted. 400Bad request. This can happen when the contentId is not a valid UUID or when other validation fails. 401Not-authorized. Please re-login. 403The operation is not allowed. Your api user is not authorized to use this api.Updated 7 months ago