DELETE /api/v3/import/reading/profile/{profileId}

Deletes an interval data (reading) import profile

DeleteReadingImportProfileV3 Permissions: IntervalData (Manage)
Use this endpoint to permanently remove a reading import profile. The profile will no longer be available for use in reading imports. Requires Interval Data Manage permission.

Request Headers

Header Value Required Description
ECI-ApiKey string Yes Your API key. See Authentication.
Content-Type application/json Yes All requests must specify JSON content type.

Path Parameters

Name Description Type Required
profileId Unique numeric identifier of the reading import profile to delete integer (int32) Required

Responses

204 No Content The request succeeded. No content is returned in the response body.