PrompticPromptic

Delete an observation

DELETE
/experiments/{experimentId}/observations/{observationId}

Authorization

BearerApiKey
AuthorizationBearer <token>

API key from workspace settings

In: header

Path Parameters

experimentId*string
Formatuuid
observationId*integer

Response Body

application/json

application/json

curl -X DELETE "https://loading/api/v1/experiments/497f6eca-6276-4993-bfeb-53cbbbba6f08/observations/0"
Empty
{
  "error": "string"
}
{
  "error": "string"
}