Delete Vendor
Deletes the details of a Vendor object that has been previously created.
Parameters
| Path Params | |
|---|---|
| yourCompany: | string | 
| Query Params | |
|---|---|
| filter: | string 
 https://xyzcompany.agiliron.net/agiliron/api-40/Vendor?filter=VendorName,eq,Robert Smith;Test CheckBox,eq,no&key=xyzkey 
 https://xyzcompany.agiliron.net/agiliron/api-40/Vendor?filter=CreatedTime,bt,01-15-2020 | 01-31-2020&key=xyzkey 
 https://xyzcompany.agiliron.net/agiliron/api-40/Vendor?filter=CreatedTime,bt,01-15-2020 01:03:10| 01-31-2020 20:00:00&key=xyzkey 
 https://xyzcompany.agiliron.net/agiliron/api-40/Vendor?filter=Status,eq,Vendor OR Other&key=xyzkey 
 https://xyzcompany.agiliron.net/agiliron/api-40/Vendor?filter=VendorId,eq,3422&key=xyzkey List of condition abbrevations to be used: | 
| Header Params | |
|---|---|
| Accept: | string | 
| Query Auth | |
|---|---|
| key: | string | 
| Header Auth | |
|---|---|
| apiKey: | string | 
WADL
<?xml version="1.0" encoding="utf-8"?>
<application>
   <resources base="https://{yourCompany}.agiliron.net/agiliron/api-40/">
     <resource path="Vendor"> 
       <method name="DELETE">
	   <resource path="{VendorId/VendorName/Email}">
         <request>
           <param name="key" type="xsd:string" style="query" required="true"/>		
         </request> 
         <response status="200"> 
            <representation mediaType="application/xml" element="yn:ResultSet"/> 
         </response> 
         <response status="400"> 
            <representation mediaType="application/xml" element="ya:Error"/> 
         </response> 
       </method> 
     </resource> 
   </resources>
 </application>Updated 5 months ago
