DELETE api/KeywordAPI?itt_kid={itt_kid}
Anfrageinformationen
URI Parameter
| Name | Beschreibung | Typ | Zusätzliche Informationen |
|---|---|---|---|
| itt_kid | integer |
Required |
Body Parameter
Keine.
Antwortinformationen
Ressourcenbeschreibung
Keyword| Name | Beschreibung | Typ | Zusätzliche Informationen |
|---|---|---|---|
| itt_kid | integer |
None. |
|
| itt_id | integer |
None. |
|
| keywordName | string |
None. |
|
| specific | boolean |
None. |
Antwortformate
application/json, text/json
Sample:
{
"itt_kid": 1,
"itt_id": 2,
"keywordName": "sample string 3",
"specific": true
}
application/xml, text/xml
Sample:
<Keyword xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://Orchestration.Keyword"> <itt_kid>1</itt_kid> <itt_id>2</itt_id> <keywordName>sample string 3</keywordName> <specific>true</specific> </Keyword>