deletes one or multiple charging profiles

Removes all charging profiles of a grid that match the seach parameters, if no search parameter is specifified all profiles will be deleted. This endpoint also accepts POST for backward compatibility. On success the 200 response body is an informational text string.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
int32

(Default) grid Id. Eigher this parameter OR GID must be provided. This Grid-ID corresponds to the grid in the "Grid configuration" tab.

int32

(Advanced) Grid Unique Identifier. Eigher this parameter OR GridId must be provided. It can only be fetched by calling "/grid/getGridConfig" and reading it from the config. This GID is unique for a grid and will change when the config is changed. It is usefull for breaking the API when someone changes the configuration of the grid.

integer
string
integer
boolean

if enabled, charging profiles set with another API key will also deleted

Responses
200

successful operation

400

Bad request

401

Not authorized

403

No access with API role

405

Method not allowed

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!