Delete a report
DELETE/reports/:reportId
Delete a report
Request
Path Parameters
reportId uuidrequired
Query Parameters
_apikey stringrequired
You can find your API key in the Import.io dashboard under User Settings
Responses
- 200
- 401
- 404
- 500
Report deleted successfully
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
code int
Internal error code.
error stringdeprecated
A message containing a brief description of the error.
message string
A message containing a brief description of the error.
{
"code": 0,
"message": "string"
}
Not found
- application/json
- Schema
- Example (from schema)
Schema
code int
Internal error code.
error stringdeprecated
A message containing a brief description of the error.
message string
A message containing a brief description of the error.
{
"code": 0,
"message": "string"
}
Error
- application/json
- Schema
- Example (from schema)
Schema
code int
Internal error code.
error stringdeprecated
A message containing a brief description of the error.
message string
A message containing a brief description of the error.
{
"code": 0,
"message": "string"
}
Loading...