Force delete a file

DELETE /api/v1/file/{file}/forceDelete

Path parameters

  • file string Required

    The file.

DELETE /api/v1/file/{file}/forceDelete
curl \
 --request DELETE 'https://api.plannrcrm.com/api/v1/file/architecto/forceDelete' \
 --header "Authorization: Bearer $ACCESS_TOKEN"