GET api/srs/contact?registryId={registryId}&registryContactId={registryContactId}

Delete a contact from a specific registry

Request Information

URI Parameters

NameDescriptionTypeAdditional information
registryId

string

Required

registryContactId

string

Required

Body Parameters

None.

Response Information

Resource Description

SrsRestResponse
NameDescriptionTypeAdditional information
XmlStatusCode

The legacy status codes as found in Interface.cs

integer

None.

Values

Additional values

Collection of string

None.

ResponseData

The response data of a successful SRS call

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "XmlStatusCode": 1,
  "Values": [
    "sample string 1",
    "sample string 2"
  ],
  "ResponseData": null
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type 'Newtonsoft.Json.Linq.JToken' is a recursive collection data contract which is not supported. Consider modifying the definition of collection 'Newtonsoft.Json.Linq.JToken' to remove references to itself.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type 'Newtonsoft.Json.Linq.JToken' is a recursive collection data contract which is not supported. Consider modifying the definition of collection 'Newtonsoft.Json.Linq.JToken' to remove references to itself.