For more information on using API

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

Request Information

URI Parameters

Name

Description

Type

Additional information

network

string

Required

id

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>