Description
Delete a record result set.
Request
HTTP Method: DELETE
Parameter | Description |
---|---|
record_result_set_id | The ID of the record result set to delete. |
curl -X DELETE \
https://<<META.tenant.domain>>/api/v1/records/<<record_result_set_id>> \
-H 'content-type: application/json' \
-H 'x-user-token: <<CREDENTIAL.tines_api_key>>'
Response
A successful request will return an empty response with a 204
status code.