This web service removes a map attachment using its khubId
.
Method | Endpoint |
---|---|
DELETE |
|
Query string parameter | Type | Required? | Description |
---|---|---|---|
metadata=value |
String | Yes | Any metadata key-value couple defining the publications to delete. |
Request example
{
"mode": "khubId",
"attachments": [
"v2bkAcAkzrwKskNkD6~5qQ"
]
}
Field | Type | Description |
---|---|---|
mode |
String | The deletion mode of the map attachment. |
attachments |
Array | The list with the khubId of each map attachment to be deleted. Users can get the khubId by listing map attachments. |
Return code | Description |
---|---|
202 ACCEPTED |
The update instruction was sent to the Fluid Topics processing pipeline. |
400 BAD REQUEST |
Invalid query. |