PUT
/
reports
/
{id}
/
unlist
cURL
curl --request PUT \
  --url https://api.reporta.ng/api/v1/external/reports/{id}/unlist \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>",
  "data": {}
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

ID of submission to unlist

Response

200 - application/json

Report fetched successfully

The response is of type object.