Unpublish Module
Removes an HDP module from the marketplace, making it no longer visible to other users. This endpoint requires authentication.Endpoint
Authentication
This endpoint requires authentication using an API key:Path Parameters
| Parameter | Type | Description |
|---|---|---|
| id | string | The unique module ID (ULID) |
Example Request
Response
Success Response (200 OK)
Not Found Response (404)
Unauthorized Response (401)
Notes
- Authentication is required for this endpoint
- Unpublishing a module removes it from the marketplace but does not delete it
- The module remains accessible via direct ID lookup
- Use the Publish Module endpoint to republish a module

