Remove Character
This endpoint allows you to remove a character associated with a CAD account.
This API endpoint requires the plus version of Sonoran CAD or higher. For more information, see our pricing page.
Characters can NOT be removed from communities using Database Sync, as all characters are pulled from your server's in-game database.
Remove Character
POST
https://api.sonorancad.com/civilian/remove_character
This endpoint allows you to remove a character associated with a CAD account.
Request Body
Name | Type | Description |
---|---|---|
id | string | Your community's ID |
key | string | Your community's API Key |
type | string | REMOVE_CHARACTER |
data | array | Array of character objects |
Last updated