DELETE api/Plan
Request Information
URI Parameters
None.
Body Parameters
CPlan| Name | Description | Type | Additional information | 
|---|---|---|---|
| PlanId | integer | 
                             None.  | 
                |
| Name | string | 
                             None.  | 
                |
| CreatedDateTime | date | 
                             None.  | 
                |
| ExpireDateTime | date | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "PlanId": 1,
  "Name": "sample string 2",
  "CreatedDateTime": "2025-11-04T03:38:34.3920073+02:00",
  "ExpireDateTime": "2025-11-04T03:38:34.3920073+02:00"
}
        application/xml, text/xml
            Sample:
        <CPlan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/libMoneyCashWebsiteLogic"> <CreatedDateTime>2025-11-04T03:38:34.3920073+02:00</CreatedDateTime> <ExpireDateTime>2025-11-04T03:38:34.3920073+02:00</ExpireDateTime> <Name>sample string 2</Name> <PlanId>1</PlanId> </CPlan>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information | 
|---|---|---|---|
| Version | Version | 
                             None.  | 
                |
| Content | HttpContent | 
                             None.  | 
                |
| StatusCode | HttpStatusCode | 
                             None.  | 
                |
| ReasonPhrase | string | 
                             None.  | 
                |
| Headers | Collection of Object | 
                             None.  | 
                |
| RequestMessage | HttpRequestMessage | 
                             None.  | 
                |
| IsSuccessStatusCode | boolean | 
                             None.  |