curl --request DELETE \
--url https://api.docksys.xyz/api/v1/link/delete-roblox \
--header 'Authorization: Bearer <token>'{
"status": 200,
"message": "Roblox ID removed successfully",
"data": {
"discordId": "67890"
},
"timestamp": "2025-09-27T20:12:56Z",
"version": "1.0.0",
"requestsRemaining": 499,
"ipRequestsRemaining": 499
}Removes the Roblox ID linked to a Discord ID in a specific guild.
curl --request DELETE \
--url https://api.docksys.xyz/api/v1/link/delete-roblox \
--header 'Authorization: Bearer <token>'{
"status": 200,
"message": "Roblox ID removed successfully",
"data": {
"discordId": "67890"
},
"timestamp": "2025-09-27T20:12:56Z",
"version": "1.0.0",
"requestsRemaining": 499,
"ipRequestsRemaining": 499
}Documentation Index
Fetch the complete documentation index at: https://docs.docksys.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The Discord user ID.
The Discord guild ID.
Roblox ID removed successfully.
The HTTP status code of the response.
200 A message describing the result.
Show child attributes
The timestamp of the response in ISO 8601 format.
The API version.
"1.0.0"
Number of requests remaining in the daily quota.
Remaining IP-linked quota shared across API keys detected on the same IP.