{ "operationId": "delete_api_v1_runners_registration-tokens_registrationTokenId", "method": "DELETE", "path": "/api/v1/runners/registration-tokens/{registrationTokenId}", "summary": "Remove registration token", "description": "Remove a registration token. Runners that used this token for their registration are automatically removed.", "tags": [ "Runner Registration Token" ], "parameters": [ { "name": null, "in": null, "required": false, "description": "", "schema": {} } ], "requestBody": null, "responses": { "204": { "description": "successful operation", "examples": {} } } }