Participant APIs | REST

Version:
Download Open API Specification

Delete an announcement

https://api.wealthcare.com/participant/services/portalinfo/announcement/{tpaId}

This endpoint allows you to delete a specific announcement identified by the TPA ID and the information key. It is typically used to remove outdated or irrelevant announcements from the portal.

Request

  • tpaId string Required

    A unique identifier used to identify your admin instance. This value is system generated when the admin instance was created.

  • infoKey integer <int32> Required

    The unique identifier for the announcement you wish to delete. This integer value is required to specify which announcement to remove from the system.

  • decrypt integer <int32>

    Indicate if the URI parameters are encrypted or not. Use 1 for encrypted, 0 for decrypted (default is 0). This affects how the API interprets the incoming identifiers.

Response

AI Assistant Preview

Generating response...