1. Indicator Data Input
ESG SDMS Prod
  • Authentication
    • Auth
      POST
  • Corporate
    • Indicators
      • List Indicators
      • Show Indicator
    • Indicator Data Input
      • List Data Input
        GET
      • Get Data Input
        GET
      • Create Data Input
        POST
      • Update Data Input
        PUT
      • Delete Data Input
        DELETE
      • Create or Update Data Input
        POST
    • Units
      • List Units
      • Show Unit
    • Themes
      • List Themes
      • Show Theme
    • Groups
      • Show Group
      • List Groups
    • Regimes
      • Show Regime
      • List Regimes
    • Years
      • Show Year
      • List Years
  1. Indicator Data Input

Delete Data Input

Prod Env
https://platform.esginvest.com
Prod Env
https://platform.esginvest.com
DELETE
/api/external/corporate/data-input/{{ID}}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request DELETE 'https://platform.esginvest.com/api/external/corporate/data-input/{{ID}}' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
    "message": "Deleted successfully"
}
Modified at 2026-03-30 01:19:50
Previous
Update Data Input
Next
Create or Update Data Input
Built with