MDM NEW
Deletetabledata
Function: DeleteTableData
Type: API Endpoint (POST)
Purpose:
This function deletes all data from a specified table in the customer's database.
Endpoint:
POST http://<baseURL>/api/new_mdm/delete_table_data
Headers:
The request must include the following headers:
- Customer-Key: Encoded customer key used to verify the customer's identity.
- Table_Name: The name of the table from which data is to be deleted.
Response:
The API returns a JSON object with the status of the operation.
Response Structure:
The response will be in the following format:
post/api/new_mdm/delete_table_data
Headers
Customer-Keystring required
Table-Namestring required
Response
Successful Response
{"stackTrail":"paths:/api/new_mdm/delete_table_data:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.