Delete shared components
Delete shared-component configuration data.
HTTP request
DELETE /api/sn_cdm/applications/shared_components
Path parameters
None.
Query parameters
| Name | Description |
|---|---|
appName | Optional — set via the verb's QueryParameters type. |
sharedComponentName | Optional — set via the verb's QueryParameters type. |
name | Optional — set via the verb's QueryParameters type. |
Request body
Don't supply a request body for this method.
Response
No response body.
Example
if err := client.Cdm().Applications().SharedComponents().Delete(ctx, nil); err != nil {
log.Fatal(err)
}