Delete some electric point object

Prev Next
Delete
/el_pobjects/{id}/

Operation is used to mark some electric point object as deleted. Available from product version 3.2.2.

Operation doesn't actually delete some electric point object, just marks it as deleted. Actual deletion can be done via KeyLight application.

Security
API Key
Header parameter nameAuthorization
Token issued for API consumer.
Path parameters
id
integer Required

Id of some electric point object to delete

Query parameters
permanent-delete
boolean

Providing permanent-delete=True will delete the object from the database. Available from product version 3.2.22.

Responses
204

Object was marked as deleted

401

Authentication credentials are missing or invalid

{
  "details": "Authentication credentials were not provided"
}
object
details
string

Detailed description of error