---
title: "Remove Link"
method: DELETE
path: "/api/v1/link/delete-roblox"
---

# Remove Link

`DELETE /api/v1/link/delete-roblox`

Removes the Roblox ID linked to a Discord ID in a specific guild.

## Query parameters

- `discordId` string, required
- `guildId` string, required

## Response `200`

Roblox ID removed successfully.

- RemoveResponse
  - `status` 200 — The HTTP status code of the response.
  - `message` string — A message describing the result.
  - `data` object
    - `discordId` string — The Discord user ID.
  - `timestamp` string, date-time — The timestamp of the response in ISO 8601 format.
  - `version` string — The API version.
  - `requestsRemaining` integer, nullable — Number of requests remaining in the daily quota.
  - `ipRequestsRemaining` integer, nullable — Remaining IP-linked quota shared across API keys detected on the same IP.

## Other responses

- `400` — Missing required parameters.
- `401` — Unauthorized: Missing or invalid Bearer token or API key.
- `403` — Bot or user not in the specified guild.
- `404` — No link found.
- `429` — Too Many Requests: Rate limit exceeded or requests too frequent.
- `500` — Internal server error.

---

[API](https://skmtc.dev/docksys/apis/dock-api.md) · [All operations](https://skmtc.dev/docksys/apis/dock-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/docksys/dock-api/revisions/e6943210dda3/schema)
