After some digging around the API documentation I managed to use this command successfully
curl -k -s -u user:passwd -H 'Accept: application/json' -X DELETE \
'https://localhost:5665/v1/config/packages/director-global?pretty=1'
After some digging around the API documentation I managed to use this command successfully
curl -k -s -u user:passwd -H 'Accept: application/json' -X DELETE \
'https://localhost:5665/v1/config/packages/director-global?pretty=1'