Skip to main content
DELETE
/
users
/
@me
/
applications
/
{application_id}
/
role-connection
cURL
curl --request DELETE \
  --url https://discord.com/api/v10/users/@me/applications/{application_id}/role-connection \
  --header 'Authorization: Bearer <token>'
{
  "code": 123,
  "message": "<string>",
  "retry_after": 123,
  "global": true
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

application_id
string<snowflake>
required

Response

204 response for delete_application_user_role_connection