Skip to content

/AWS1/CL_PIP=>DELETECUSTOMACTIONTYPE()

About DeleteCustomActionType

Marks a custom action as deleted. PollForJobs for the custom action fails after the action is marked for deletion. Used for custom actions only.

To re-create a custom action after it has been deleted you must use a string in the version field that has never been used before. This string can be an incremented version number, for example. To restore a deleted custom action, use a JSON file that is identical to the deleted action, including the original string in the version field.

Method Signature

IMPORTING

Required arguments:

iv_category TYPE /AWS1/PIPACTIONCATEGORY /AWS1/PIPACTIONCATEGORY

The category of the custom action that you want to delete, such as source or deploy.

iv_provider TYPE /AWS1/PIPACTIONPROVIDER /AWS1/PIPACTIONPROVIDER

The provider of the service used in the custom action, such as CodeDeploy.

iv_version TYPE /AWS1/PIPVERSION /AWS1/PIPVERSION

The version of the custom action to delete.

Examples

Syntax Example

This is an example of the syntax for calling the method. It includes every possible argument and initializes every possible value. The data provided is not necessarily semantically accurate (for example the value "string" may be provided for something that is intended to be an instance ID, or in some cases two arguments may be mutually exclusive). The syntax shows the ABAP syntax for creating the various data structures.

lo_client->/aws1/if_pip~deletecustomactiontype(
  iv_category = |string|
  iv_provider = |string|
  iv_version = |string|
).