Participant APIs | REST

Selected Version:
Download Open API File

Delete a FAQ entry

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

This endpoint allows you to delete a specific FAQ entry identified by the TPA ID and the info key. It is typically used to remove outdated or incorrect FAQ entries from the system.

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 FAQ entry you wish to delete. This integer value is required to specify which FAQ entry to remove.

  • 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

Response Headers
No response yet.
Response Body
No response yet.

AI Assistant Preview

Generating response...