Skip to main content

authenticators_admin_static_destroy

DELETE 

/api/v3//authenticators/admin/static/:id/

Viewset for static authenticator devices (for admins)

Request

Path Parameters

    id integerrequired

    A unique integer value identifying this Static Device.

Responses

No response body

Authorization: http

name: authentiktype: httpscheme: bearer
var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Delete, "/api/v3/authenticators/admin/static/:id/");
request.Headers.Add("Authorization", "Bearer <TOKEN>");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
Request Collapse all
Base URL
/api/v3
Auth
Parameters
— pathrequired