Store Delete

Delete an entity.

DELETE /pulse/store/{entity_id}?soft=true

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

entity_idstringRequired

Query parameters

softbooleanOptionalDefaults to true

Response

Successful Response
okboolean or nullDefaults to true
entityobject or null
Single entity response
entitieslist of objects or null
messagestring or null

Errors