Skip to main content

Update Data Profile Status

PUT 

/dlp/api/v1/dss-api/data-profile

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Enables or disables one or more data profiles.

Request

Body

array
  • Array [
  • id stringrequired

    Profile Id

    profileStatus stringrequired

    Profile Status (active or disabled)

  • ]

Responses

success

Schema
    detail string

    Exception details

    message string

    API response

    name string

    Exception name

Loading...