POST v1/Associations/{id}/Values/{associationValueId}/Delete

Description

Soft delete a association value with a WSO ID of {associationValueId} for association type with WSO ID of {id}.

Base Url

https://api-sim.uat.wsohosting.com/


Rest Call Syntax


POST SecurityMaster/v1/Associations/{id}/Values/{associationValueId}/Delete

POST SecurityMaster/v1/Associations/{id}/Values/{associationValueId}/Delete

Verb

Base Url

URI parameters

 = 

Authentication



Response Format


Headers

Add header


 

Delete




Limitations

There are no limitations specified.




Request Information


Parameters

Name

Description

Type

Additional Information

associationValueId

WSO ID of association value

integer

Required

id

WSO ID of association type

integer

Required




Response Information



LinksList

Name

Description

Type

Additional Information

Links

The Hateoas links related to request

Collection of Link




Response Body Formats



application/json, text/json

Sample:
{
  "links": [
    {
      "verb": "sample string 1",
      "rel": "sample string 2",
      "uri": "http://webapihelppage3.com"
    },
    {
      "verb": "sample string 1",
      "rel": "sample string 2",
      "uri": "http://webapihelppage3.com"
    }
  ]
}

application/xml, text/xml

Sample:
<LinksList xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Links>
    <Link>
      <Rel>sample string 2</Rel>
      <Uri>http://webapihelppage3.com/</Uri>
      <Verb>sample string 1</Verb>
    </Link>
    <Link>
      <Rel>sample string 2</Rel>
      <Uri>http://webapihelppage3.com/</Uri>
      <Verb>sample string 1</Verb>
    </Link>
  </Links>
</LinksList>



Feedback



(0 out of 1500 characters used)
Feedback has been submitted. Thank you for your feedback.
Automatic feedback submission has been turned off by your system administrator. Your feedback has been logged to the exceptions table. Please contact support to find out how to manually send in your feedback. Thank you.