404 Not Found
Error Code: 404
This occurs when accessing an undefined endpoint.
Error Message
- "404 Not Found"
Causes
- You may have attempted to access an operation or endpoint that is not available.
Examples
- The following is an example using the DELETE operation.
curl -X DELETE https://example/ca/urn:uuid:1d45253a-4c4b-4f68-863c-077e24245532 -u <username>:<password>
Output:
404 Not Found
Resolution
- Verify that the target URL, endpoint, and HTTP method are correct.