Skip to main content

Delete translation comment

DELETE 

https://app.tolgee.io/v2/projects/:projectId/translations/:translationId/comments/:commentId

Delete translation comment

Request

Path Parameters

    translationId int64required
    commentId int64required
    projectId int64required

Responses

OK

Authorization: X-API-Key

name: X-API-Keytype: apiKeyin: header
var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Delete, "https://app.tolgee.io/v2/projects/:projectId/translations/:translationId/comments/:commentId");
request.Headers.Add("X-API-Key", "<X-API-Key>");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
Request Collapse all
Base URL
https://app.tolgee.io
Auth
Parameters
— pathrequired
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!