---
title: "Delete an autolink reference from a repository"
method: DELETE
path: "/repos/{owner}/{repo}/autolinks/{autolink_id}"
tags: ["repos"]
---

# Delete an autolink reference from a repository

`DELETE /repos/{owner}/{repo}/autolinks/{autolink_id}`

This deletes a single autolink reference by ID that was configured for the given repository.

Information about autolinks are only available to repository administrators.

## Path parameters

- `owner` string, required
- `repo` string, required
- `autolink_id` integer, required

## Response `204`

Response

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/github/apis/rest-api.md) · [All operations](https://skmtc.net/github/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/rest-api/versions/80850db290cd/schema)
