While consuming Highlight APIs to delete an application from the CURL platform
getting the error: HTTP Status 400 - BAD Request error
Workaround or Action Plan
The error occurs because of an incorrect command passed in the CURL command.
Please use the below format to solve the issue:
curl -s -X DELETE -u <HLusername>:<HLpassword> "<URL>/WS2/domains/<DOMAIN_ID>/applications/<APP_ID>" -H 'Accept: application/json' -H 'Content-Type: application/json'
Highlight API's
Additional Resources
CAST Highlight Troubleshooting Guides
CAST Highlight Product Documentation
Zendesk Ticket Number
43096
Comments