bruno/memori-backend/Invitation/Deletes an existing Invitation object-.bru

17 lines
244 B
Plaintext
Raw Normal View History

2024-07-16 10:15:30 +02:00
meta {
name: Deletes an existing Invitation object-
type: http
seq: 7
}
delete {
url: https://backend.memori.ai/api/v2/Invitation/{strToken}/{strInvitationID}
body: none
auth: none
}
params:path {
strToken:
strInvitationID:
}