DELETE v1/ABS/{id}/Udfs

Description

Delete one or more udf(s) for ABS with WSO ID of {id}.

Base Url

https://api-ppm.wsohosting.com/


Rest Call Syntax


DELETE SecurityMaster/v1/ABS/{id}/Udfs

DELETE SecurityMaster/v1/ABS/{id}/Udfs

Verb

Base Url

URI parameters

 = 

Authentication



Response Format


Headers

Add header


 

Delete

 

Delete



Collection of string


Limitations

There are no limitations specified.




Request Information


Parameters

Name

Description

Type

Additional Information

id

WSO Id of ABS

integer

Required



Request body formats


application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2"
]

application/xml, text/xml

Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <string>sample string 1</string>
  <string>sample string 2</string>
</ArrayOfstring>

application/x-www-form-urlencoded

Sample:

Sample not available.






Feedback