Skip to main content
Version: main

Delete shared components

Delete shared-component configuration data.

HTTP request

DELETE /api/sn_cdm/applications/shared_components

Path parameters

None.

Query parameters

NameDescription
appNameOptional — set via the verb's QueryParameters type.
sharedComponentNameOptional — set via the verb's QueryParameters type.
nameOptional — 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)
}
Was this page helpful?