Delete Mismatch Alert
Authentication
Permissions
Endpoint
Headers
Request Example:
curl --location 'https://api.genlogs.io/mismatch-observations/{observation-id}' \
--header 'access-token: <your-api-token>' \
--header 'x-api-key: <your-x-api-key>'Response:
Response Body:
Authorizations
Access-TokenstringRequired
x-api-keystringRequired
Path parameters
observation_idstring · uuidRequired
Responses
204
Observation deleted successfully (no response body).
No content
401
Unauthorized – Invalid or missing Access-Token.
403
Forbidden – missing permission.
404
Not found, wrong customer, or already deleted.
delete
/mismatch-observations/{observation_id}No content
Last updated