DELETE api/Subscriptions/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Subscription| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| UserId | integer |
None. |
|
| PackId | integer |
None. |
|
| TransactionId | string |
None. |
|
| Amount | decimal number |
None. |
|
| Date | date |
None. |
|
| Status | integer |
None. |
|
| ExpiryDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"UserId": 2,
"PackId": 3,
"TransactionId": "sample string 4",
"Amount": 5.0,
"Date": "2025-12-24T05:59:24.9551001-08:00",
"Status": 7,
"ExpiryDate": "2025-12-24T05:59:24.9551001-08:00"
}