Skip to content

Commit 27e7e9c

Browse files
committed
add deleteComposition CTS
1 parent ad5309b commit 27e7e9c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"parameters": {},
4+
"request": {
5+
"path": "/1/compositions/1234",
6+
"method": "DELETE"
7+
}
8+
},
9+
{
10+
"parameters": {},
11+
"request": {
12+
"path": "/1/compositions/1234",
13+
"method": "DELETE"
14+
},
15+
"response": {
16+
"statusCode": 200,
17+
"body": {
18+
"taskID": 42
19+
}
20+
}
21+
}
22+
]

0 commit comments

Comments
 (0)