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

16 lines
168 B
Plaintext

meta {
name: Delete Player Association
type: http
seq: 8
}
delete {
url: {{baseUrl}}/api/v1/players/:id
body: none
auth: inherit
}
params:path {
id:
}