update
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
meta {
|
||||
name: Delete Tournament Couple
|
||||
type: http
|
||||
seq: 11
|
||||
}
|
||||
|
||||
delete {
|
||||
url: {{baseUrl}}/api/v1/tournaments/:tournament_id/couple/:couple_id
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:path {
|
||||
tournament_id:
|
||||
couple_id:
|
||||
}
|
||||
Reference in New Issue
Block a user