PluralBuddyPluralBuddy
API References

Delete a system alter

DELETE
/v1/users/{user}/alters/{alter}

Delete a system alter by its ID. {user} can be @me to target the current OAuth user.

Authorization

oAuth2 alters:write
AuthorizationBearer <token>

OAuth 2.1 authentication

In: header

Scope: alters:write

Path Parameters

user*string

{user} is a Discord user Snowflake, or @me, referencing the current OAuth user.

alter*string

{alter} is the alter ID.

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/users/string/alters/string"
{  "success": true}

How is this guide?