/datasourceconnections/{id}/fieldsmappings

Path Parameters
  • id
    Type: integerFormat: int32
    required

    Signed 32-bit integers (commonly used integer type).

Responses
Request Example for delete/datasourceconnections/{id}/fieldsmappings
curl /rest/datasources/v1000/datasourceconnections/1/fieldsmappings \
  --request DELETE \
  --header 'Authorization: YOUR_SECRET_TOKEN'
{
  "errorCode": 1,
  "message": null,
  "errors": [
    {
      "message": null,
      "type": null
    }
  ],
  "warnings": [
    "string"
  ]
}