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

16 lines
154 B
Plaintext

meta {
name: Delete Court
type: http
seq: 6
}
delete {
url: {{baseUrl}}/api/v1/courts/:id
body: none
auth: inherit
}
params:path {
id:
}