1. Account
SocialTrack API Consumer
  • Raiz
    • Account
      • /Account/Create
        POST
      • /Account/GetByClientCode
        GET
      • /Account/GetByAccountKey
        GET
      • /Account/Search
        GET
      • /Account/Update
        PUT
      • /Account/Activate
        PUT
      • /Account/Deactivate
        PUT
      • /Account/Remove
        DELETE
      • /Account/GetProfiles
        GET
    • Auth
      • /Auth/Token
    • Monitoring
      • /Monitoring/Overview
    • Profile
      • /Profile/Create
      • /Profile/Remove
      • /Profile/Search
      • /Profile/GetByKey
      • /Profile/GetByProfile
      • /Profile/Activate
      • /Profile/Deactivate
      • /Profile/Update
    • Settings
      • /Settings/GetSettings
      • /Settings/SetWebHook
    • SocialAnalytics
      • /SocialAnalytics/GetSummary
      • /SocialAnalytics/GetFollowersHistory
      • /SocialAnalytics/GetEngagementHistory
    • SocialCompetitor
      • /SocialCompetitor/Create
      • /SocialCompetitor/GetByKey
      • /SocialCompetitor/Search
      • /SocialCompetitor/Remove
      • /SocialCompetitor/Overview
      • /SocialCompetitor/Reactivate
    • SocialData
      • /SocialData/GetHistory
      • /SocialData/GetCurrent
    • Usage
      • /Usage/Overview
      • /Usage/GetHistory
    • Wallet
      • /Wallet/Overview
      • /Wallet/Balance
      • /Wallet/Statement
      • /Wallet/Deposits
      • /Wallet/Deposits/GetById
      • /Wallet/Deposits/PIX
      • /Wallet/Deposits/GetByClientCode
  • Esquemas
    • AccountCreateRequestDTO
    • AccountRemoveRequestDTO
    • AccountStatusRequestDTO
    • AccountUpdateRequestDTO
    • ProfileRequestAddDTO
    • RequestAuthDTO
  1. Account

/Account/Remove

DELETE
/Account/Remove

Requisição

Authorization
API Key
Adicionar parâmetro em header
Authorization
Exemplo:
Authorization: ********************
or
Parâmetros Bodyapplication/json

Examples

Respostas

🟢200
OK
Esta resposta não possui corpo.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/Account/Remove' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "accountKey": "string"
}'
Modificado em 2026-04-02 04:26:46
Página anterior
/Account/Deactivate
Próxima página
/Account/GetProfiles
Built with