Skip to main content

Delete Data Masking

This API deletes an existing masking function identified by its unique ID. Once deleted, the masking function can no longer be used or managed within the system.


Endpoint Details

URL /v1/masking/functions/id
Method DELETE
Authorization Bearer Token

Request Headers

HeaderTypeDescription
Content-TypeStringMust be application/json

Request Path

To delete a specific masking function, use the following request format:

/v1/masking/functions/f207fbcd-2786-421d-9029-20c8c0d01fd6

Path Parameter

ParameterTypeDescription
idUUIDUnique identifier of the masking function to delete

Response

Here is an example response after the request has been successfully processed:

Response
{
"success": true
}

Field Descriptions

FieldTypeDescription
successBooleanIndicates whether the masking function was successfully deleted

info
  • A valid Bearer Token is required to access this endpoint.
  • The id path parameter must reference an existing masking function.
  • Deleting a masking function is permanent and cannot be undone.