Create Redaction Request
POST https://api.helpshift.com/v1/{{domain}}/redactions
Create redaction requests. You can file requests for full issue redaction, message redaction, attachment redaction and user redaction.
Request Body
[{"name"=>"requests", "value"=>"[{ \"redaction_type\":\"issue\", \"property\":\"issue_id\",\"value\":\"{{issue_id}}\",\"app_publish_id\":\"{{app_publish_id}}\",\"external_redaction_id\":\"{{$randomInt}}\"}]", "datatype"=>"string"}]
RESPONSES
status: OK
{"response":[{"redaction_id":"moana_redaction_20201130100353992-30bfb5a9d8c0c0f","success":true,"external_redaction_id":"623","eta":"2020-12-07"}]}