Delete Account
DELETE/social-media-posting/:locationId/accounts/:id
Delete account and account from group
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location Id
id stringrequired
Id
companyId string
Company ID
userId string
User ID
Successful response
- application/json
- Schema
- Example (auto)
Schema
successbooleanrequired
Success or Failure
statusCodenumberrequired
Status Code
messagestringrequired
Message
resultsobject
Requested Results
{
"success": true,
"statusCode": 200,
"message": "Deleted Account",
"results": {
"locationId": "ve9EPM428h8vShlRW1KT",
"id": "65fac446d599990d1313c1dd"
}
}