For more information on using API

DELETE https://webapi.mymarketing.co.il/api/user-social/{network}/account/{id}/delete

Delete account's social

Request Information

URI Parameters

Name

Description

Type

Additional information

network

facebook

string

Required

id

social id. Can be found using the endpoint "Get account's social"

string

Required

Body Parameters

None.

Response Information

Resource Description

SocialAccountDeleteResponse

Name

Description

Type

Additional information

code

integer
status

string
success

boolean
error

Object

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "status": "sample string 2",
  "success": true,
  "error": {}
}

application/xml, text/xml

Sample:
<SocialAccountDeleteResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ActiveTrail.BusinessLogic.Social">
  <Code>1</Code>
  <Error />
  <Status>sample string 2</Status>
  <Success>true</Success>
</SocialAccountDeleteResponse>