/datasourceconnections/{id}

Path Parameters
  • id
    Type: integer Format: int32
    required

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

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