Files
playtomic-wrapper/tournme/new/api-collection/tournme-be/Courts/Delete Court.bru
2026-01-31 13:49:56 +01:00

20 lines
194 B
Plaintext

meta {
name: Delete Court
type: http
seq: 5
}
delete {
url: {{baseUrl}}/courts/:court_id
body: none
auth: bearer
}
params:path {
court_id:
}
auth:bearer {
token: {{token}}
}