Saltar al contenido principal
DELETE
/
files
/
v3
/
folders
/
{folderPath}
Eliminar carpeta por ruta
curl --request DELETE \
  --url https://api.hubapi.com/files/v3/folders/{folderPath} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Supported products

Autorizaciones

Authorization
string
header
requerido

The access token received from the authorization server in the OAuth 2.0 flow.

Parámetros de ruta

folderPath
string
requerido

Ruta de la carpeta que se eliminará

Pattern: .+

Respuesta

Última modificación el 13 de abril de 2026