Query Structures Web Service
Jump to navigation
Jump to search
Overview
Fusion Registry provides a web service for deleting structural metadata.
Deletion is performed by submitting a structure message as if importing the content to the Registry, but instead using the HTTP DELETE
verb. The structure message can be in any supported structure format, with the information supplied as a file, zip file, or in the HTTP body.
Entry Point | /ws/public/sdmxapi/rest/ |
Access | Secure Public |
Authentication | None |
Http Method | GET |
Response Format | Multiple SDMX formats supported which can be specified wither using the HTTP Accept header or the 'format' URL parameter |
Response Statuses | 200 - Success 404 - Structure not found 500 - Server Error |