You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: developers/resources/user.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -375,3 +375,8 @@ Updates and returns the [application role connection](/developers/resources/user
375
375
| platform_name? | string | the vanity name of the platform a bot has connected (max 50 characters) |
376
376
| platform_username? | string | the username on the platform a bot has connected (max 100 characters) |
377
377
| metadata? | object | object mapping [application role connection metadata](/developers/resources/application-role-connection-metadata#application-role-connection-metadata-object) keys to their `string`-ified value (max 100 characters) for the user on the platform a bot has connected |
378
+
379
+
## Delete Current User Application Role Connection
Deletes the [application role connection](/developers/resources/user#application-role-connection-object) for the user. Requires an OAuth2 access token with `role_connections.write` scope for the application specified in the path.
0 commit comments