curl --request DELETE \
--url https://api.hubapi.com/cms/v3/source-code/{environment}/content/{path} \
--header 'Authorization: Bearer <token>'This response has no body data.Elimina el archivo en la ruta especificada en el entorno especificado.
curl --request DELETE \
--url https://api.hubapi.com/cms/v3/source-code/{environment}/content/{path} \
--header 'Authorization: Bearer <token>'This response has no body data.Productos compatibles
Ámbitos Requeridos
The access token received from the authorization server in the OAuth 2.0 flow.
El entorno del archivo ("draft" o "published").
La ubicación del sistema de archivos del archivo.
.+