Skip to main content

Effective 10 September 2024, API Documentation can be found on our Equinix Product Documentation site.
The content on this page will not be updated after 1 Oct 2024 and will be inaccessible after 31st Dec 2024.


415: Unsupported Media Type

The 415 (Unsupported media type) status code indicates that the request has a media type which the server or resource does not support. For example, the client uploads an image as image/svg+xml, but the server requires that images use a different format.

Code415
DescriptionUnsupported media type.
Generic CauseServer is refusing to service the request because the payload is in a format not supported by this method on the target resource.
Quick FixVerify request payload.