Deletes an invoice timeline message with a specified ID.
Invoice timeline message deleted.
Unauthorized access. Invalid credentials used.
Access forbidden.
Resource not found.
Conflict.
const request = await api.invoices .deleteTimelineMessage({id: 'foobar-001', messageId: 'message-202'}); // the request does not return any fields but // you can confirm the success using the status code console.log(request.response.status); // 204
{- "status": 401,
- "title": "string",
- "detail": "string",
- "instance": "string"
}