POST

Decline Join Application


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Declines a member's request to join a program.

Changes status from APPROVAL_PENDING to DECLINED. Returns an error if the join application has any other status.

DECLINED is a terminal status, and the join application is removed asynchronously.

To accept the request instead, call Approve Join Application.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Online Programs
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/online-programs/participants/v3/join-applications/{joinApplicationId}/decline

Errors
428Failed Precondition

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?