DELETE api/CryptoLearn/v1/DeletePost?postId={postId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| postId | integer |
Required |
Body Parameters
TokenAndRefreshToken| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
Required |
|
| RefreshToken | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"RefreshToken": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.