Skip to main content
Version: v2.0

Delete policy mapping

Delete a policy input mapping identified by the request configuration.

HTTP request

DELETE /api/sn_cdm/v1/policies/mappings

Path parameters

None.

Query parameters

None.

Request body

Don't supply a request body for this method.

Response

No response body.

Example

if err := client.Cdm().Policies().Mappings().Delete(ctx, nil); err != nil {
log.Fatal(err)
}
Was this page helpful?