Deleting a Kafka Message
Function
This API is used to delete a Kafka message.
Calling Method
For details, see Calling APIs.
URI
DELETE /v2/{project_id}/kafka/instances/{instance_id}/topics/{topic}/messages
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
project_id |
Yes |
String |
Project ID. For details, see Obtaining a Project ID. |
|
instance_id |
Yes |
String |
Instance ID. |
|
topic |
Yes |
String |
Topic name. |
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
partitions |
No |
Array of PartitionOffsetEntity objects |
Partition offset details. |
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
partitions |
Array of PartitionResp objects |
Partition response information. |
Example Requests
DELETE https://{endpoint}/v2/{project_id}/kafka/instances/{instance_id}/topics/{topic}/messages
Example Responses
Status code: 200
Successful
{
"partitions" : [ {
"partition" : 0,
"result" : "success",
"error_code" : 0
} ]
}
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
Successful |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.