17 lines
230 B
Plaintext
17 lines
230 B
Plaintext
meta {
|
|
name: Deletes an existing Invitation object.
|
|
type: http
|
|
seq: 7
|
|
}
|
|
|
|
delete {
|
|
url: {{baseUrl}}/api/v2/Invitation/:strToken/:strInvitationID
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strToken:
|
|
strInvitationID:
|
|
}
|